This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 1c6adde Daily bump. new 98d6eb0 PR c++/67557 new f19d49b PR c++/66583
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 | 11 +++++++ gcc/cp/call.c | 37 ++++++++++++++++++++++- gcc/cp/init.c | 19 ++++++++++-- gcc/testsuite/g++.dg/cpp0x/anon-union1.C | 27 +++++++++++++++++ gcc/testsuite/g++.dg/init/elide3.C | 50 ++++++++++++++++++++++++++++++++ 5 files changed, 140 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/anon-union1.C create mode 100644 gcc/testsuite/g++.dg/init/elide3.C