This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from abf900f6121 2017-07-03 Richard Biener rguenther@suse.de new f91fab922e3 ASAN: handle addressable params (PR sanitize/81040).
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 13 +++ gcc/doc/extend.texi | 10 +- gcc/sanopt.c | 138 ++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/asan/function-argument-1.C | 30 ++++++ gcc/testsuite/g++.dg/asan/function-argument-2.C | 24 +++++ gcc/testsuite/g++.dg/asan/function-argument-3.C | 27 +++++ 7 files changed, 244 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/function-argument-1.C create mode 100644 gcc/testsuite/g++.dg/asan/function-argument-2.C create mode 100644 gcc/testsuite/g++.dg/asan/function-argument-3.C