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 1dc4a4ed028 2018-02-16 Richard Biener rguenther@suse.de new 18a7d8073e6 PR c++/84045 - ICE with typedef and noexcept. * except.c [...] new 76d7e125d09 PR c++/83227 - C++17 ICE with init-list derived-to-base co [...]
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/cp/ChangeLog | 9 +++++++++ gcc/cp/call.c | 9 +++++---- gcc/cp/except.c | 4 ++++ gcc/testsuite/g++.dg/cpp0x/initlist98.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept32.C | 14 ++++++++++++++ 5 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist98.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept32.C