This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 24011c2 PR c++/71511 - ICE on decltype scope in declaration. new 65b0e48 PR c++/71117 - core 2189 and generic lambda new ab09908 PR c++/71092 - ICE with array and constexpr. new 1913be16 c++/58796 Make nullptr match exception handlers of pointer type new 2aaed7b PR c++/71495 - spurious note during SFINAE. new 95b0f5e 2016-07-15 Bill Schmidt wschmidt@linux.vnet.ibm.com
The 5 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 | 13 +++++ gcc/cp/call.c | 8 ++- gcc/cp/constexpr.c | 14 +++++- gcc/cp/semantics.c | 2 +- gcc/testsuite/ChangeLog | 11 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C | 61 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/conv-tmpl1.C | 1 + gcc/testsuite/g++.dg/cpp0x/nullptr21.C | 4 -- gcc/testsuite/g++.dg/cpp0x/nullptr35.C | 52 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/sfinae57.C | 16 ++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.C | 26 ++++++++++ gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 1 + gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 1 + libstdc++-v3/ChangeLog | 6 +++ libstdc++-v3/libsupc++/pbase_type_info.cc | 25 ++++++++++ 15 files changed, 233 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr35.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae57.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.C