This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from d54ce4641ed c++: Wrong error with alias template in class tmpl [PR104108] adds 8ab72ec7c45 PR c++/96329: ICE-on-invalid-code error recovery. adds 3093f8a18e7 PR c++/96437: ICE-on-invalid-code error recovery. adds 48777d982ad Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104126] adds e52af9cac7f PR c++/96440: ICE-on-invalid-code error recovery. adds 8d038a841a6 Daily bump. adds 17bffa0c9f9 contrib: Fix non-portable sed commands in gcc-descr [PR102664/] new 2ab70a4a5c2 mips: avoid signed overflow in LUI_OPERAND [PR104842]
The 1 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: contrib/ChangeLog | 5 ++ contrib/git-descr.sh | 6 +- contrib/git-undescr.sh | 6 +- gcc/ChangeLog | 61 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/mips/mips.h | 2 +- gcc/cp/ChangeLog | 37 +++++++++++++ gcc/cp/decl.cc | 6 +- gcc/cp/parser.cc | 8 ++- gcc/fortran/ChangeLog | 13 +++++ gcc/fortran/trans-expr.cc | 13 +++-- gcc/testsuite/ChangeLog | 86 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr96440.C | 4 ++ gcc/testsuite/g++.dg/cpp2a/pr96437.C | 4 ++ gcc/testsuite/g++.dg/template/pr96329.C | 4 ++ gcc/testsuite/gfortran.dg/null_actual_2.f90 | 16 ++++++ libstdc++-v3/ChangeLog | 5 ++ 17 files changed, 261 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr96440.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr96437.C create mode 100644 gcc/testsuite/g++.dg/template/pr96329.C create mode 100644 gcc/testsuite/gfortran.dg/null_actual_2.f90