This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 31968b78d28 Daily bump. new d7a0bf41601 Backport r249728 new a92cfd5bc3e Backport r249833 new c5edcf6c819 Backport r250561
The 3 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 | 27 +++++++++++++++++++++++++++ gcc/asan.c | 3 +++ gcc/function.c | 20 ++++++++++---------- gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/asan/pr81021.C | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/asan/pr81186.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/asan/pr81224.c | 11 +++++++++++ gcc/tree-eh.c | 15 +++++++++++++++ 8 files changed, 141 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr81021.C create mode 100644 gcc/testsuite/gcc.dg/asan/pr81186.c create mode 100644 gcc/testsuite/gcc.dg/asan/pr81224.c