This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 975339f58f3 testsuite: i386: Require ISA extensions in gcc.target/i386 [...] new 0f5760d5992 c++: Fix up expansion statement handling new eef599adc24 c++: Reject array new with -fexceptions with deleted dtor [ [...] new f172f032e32 docs: Fix up typo in --with-tls= description
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/cp/init.cc | 45 +++++++++++++++------------ gcc/cp/parser.cc | 8 ++++- gcc/cp/pt.cc | 20 ++++++++++-- gcc/doc/install.texi | 2 +- gcc/testsuite/g++.dg/cpp0x/deleted18.C | 20 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/new4.C | 2 +- gcc/testsuite/g++.dg/cpp26/expansion-stmt1.C | 12 +++---- gcc/testsuite/g++.dg/cpp26/expansion-stmt18.C | 6 ++-- gcc/testsuite/g++.dg/cpp26/expansion-stmt2.C | 12 +++---- gcc/testsuite/g++.dg/cpp26/expansion-stmt3.C | 12 +++---- 10 files changed, 92 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/deleted18.C