This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from c859c99a85b libstdc++: Avoid implicit narrowing from uint128_t [PR104859] adds faba16dd683 Daily bump. adds 542c30dc4d2 tree-optimization/105198 - wrong code with predictive commoning adds 2837450c4e8 c++: parameter pack inside static_assert [PR99893] adds b242eb2084d Daily bump. adds a9c54c5ec76 Daily bump. new 3b0f715744d fortran: Unshare associate var charlen [PR104228] new 6b4e07251c6 fortran: Separate associate character lengths earlier [PR104570] new fdaa6de39a5 Fortran: a RECURSIVE procedure cannot be an INTRINSIC
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 | 111 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 8 ++ gcc/cp/ChangeLog | 69 +++++++++++ gcc/cp/tree.c | 5 + gcc/fortran/ChangeLog | 9 ++ gcc/fortran/intrinsic.c | 1 + gcc/fortran/parse.c | 18 +++ gcc/fortran/resolve.c | 10 +- gcc/fortran/trans-stmt.c | 2 +- gcc/testsuite/ChangeLog | 135 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/static_assert17.C | 9 ++ gcc/testsuite/gcc.dg/torture/pr105198.c | 26 ++++ gcc/testsuite/gfortran.dg/asan/associate_58.f90 | 19 +++ gcc/testsuite/gfortran.dg/asan/associate_59.f90 | 19 +++ gcc/testsuite/gfortran.dg/associate_58.f90 | 21 ++++ .../gfortran.dg/recursive_reference_3.f90 | 14 +++ gcc/tree-predcom.c | 38 +++++- libstdc++-v3/ChangeLog | 10 ++ 19 files changed, 515 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/static_assert17.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr105198.c create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_59.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/recursive_reference_3.f90