This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eede5d6fce3 2017-06-29 Richard Biener rguenther@suse.de new d4057f57a52 Add a testcase for PR ipa/80565 new b8daf3d80b6 gcc/ PR middle-end/81194 * cfgexpand.c (expand_gimple_stm [...]
The 2 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 | 7 ++++ gcc/cfgexpand.c | 8 ++++- gcc/stmt.c | 5 ++- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/pr81194.C | 60 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr80565.c | 41 +++++++++++++++++++++++ 6 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr81194.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr80565.c