This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e9eaac6ce86 /cp 2018-04-03 Paolo Carlini paolo.carlini@oracle.com new 83d46440fdd [gcc] new 0f5cec547d0 PR c++/85113 - ICE with constexpr and __builtin_constant_p. new df234ea9849 PR c++/85092 - C++17 ICE with unused list constructor.
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 | 10 ++++++++++ gcc/config/rs6000/emmintrin.h | 6 +++--- gcc/config/rs6000/mmintrin.h | 2 +- gcc/config/rs6000/xmmintrin.h | 12 ++++++++++++ gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/call.c | 3 +++ gcc/cp/constexpr.c | 3 +++ gcc/testsuite/ChangeLog | 6 ++++++ .../g++.dg/cpp0x/{range-for33.C => initlist99.C} | 11 +++++------ gcc/testsuite/g++.dg/ext/builtin12.C | 10 ++++++++++ gcc/testsuite/gcc.target/powerpc/powerpc.exp | 2 +- gcc/testsuite/gcc.target/powerpc/undef-bool-1.C | 13 +++++++++++++ gcc/testsuite/gcc.target/powerpc/undef-bool-2.c | 15 +++++++++++++++ 13 files changed, 92 insertions(+), 11 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{range-for33.C => initlist99.C} (52%) create mode 100644 gcc/testsuite/g++.dg/ext/builtin12.C create mode 100644 gcc/testsuite/gcc.target/powerpc/undef-bool-1.C create mode 100644 gcc/testsuite/gcc.target/powerpc/undef-bool-2.c