This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 3bb711c44d9 Fix excess warnings from -Wtype-limits with location wrappe [...] adds d43619f4b68 PR middle-end/88074 * simplify.c (simplify_transformation [...] adds 3d05392c15f i386: Correct *vec_extractv2si_zext_mem adds 94d48c3217c i386: Add ssse3_pmulhrswv4hi3 expander adds 9ee6d68dc9f Daily bump. adds 44cafe18840 [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters new 33e6651dd18 PR c++/89217 - ICE with list-initialization in range-based [...] new 2d4ba130bd5 * g++.old-deja/g++.robertl/eb82.C: Tweak dg-error. new 9821a0dccf0 PR c++/89315 * g++.dg/cpp0x/initlist114.C: New test.
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 | 21 +++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/mmx.md | 5 +- gcc/config/i386/sse.md | 26 ++++++++- gcc/config/rs6000/rs6000.md | 6 +- gcc/cp/ChangeLog | 9 +++ gcc/cp/constexpr.c | 2 +- gcc/cp/cp-tree.h | 1 + gcc/cp/semantics.c | 40 ++++++++++--- gcc/fortran/ChangeLog | 17 ++++++ gcc/fortran/simplify.c | 82 +++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/cpp0x/initlist114.C | 21 +++++++ gcc/testsuite/g++.dg/cpp0x/range-for37.C | 24 ++++++++ gcc/testsuite/g++.old-deja/g++.robertl/eb82.C | 2 +- 15 files changed, 239 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist114.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for37.C