This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 916752cab36 i386: Revert revision 268678 and revision 268657 new c8e19553192 PR c++/89144 - link error with constexpr initializer_list. new 90ef2e6a218 syscall: don't assume that WIFCONTINUED is defined
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 | 8 +++ gcc/cp/call.c | 61 +++++++++++++--------- gcc/cp/typeck2.c | 5 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-initlist11.C | 11 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-initlist11a.C | 10 ++++ libgo/go/syscall/wait.c | 4 ++ 7 files changed, 74 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist11.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist11a.C