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-aarch64 in repository toolchain/ci/gcc.
from a282da22431 c++: Improve diagnostics for template args terminated with [...] adds ac5b356d056 c++: dump alias-declaration scope adds a0a2554d7c8 c++: using in diagnostics [PR102987] adds e1115a4f1b4 c++: Add fixed test [PR71424] adds 19c62569ccf c++: Add fixed test [PR78244] adds bb7cf39b05a libstdc++: Add missing exports for ppc64le --with-long-doub [...] adds 1c798ab71e2 c++: Add fixed test [PR83596] adds 210cda73283 aarch64: Add option to pr105219 testcase adds 27ee75dbe81 ipa: Release body of clone_of when removing its last clone [...] new 4a8b45e8bc8 Fix exchanged period and letter in gfortan.texi.
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: gcc/cgraph.cc | 6 +- gcc/cp/error.cc | 20 ++++--- gcc/fortran/gfortran.texi | 2 +- gcc/testsuite/g++.dg/cpp0x/Wnarrowing20.C | 26 +++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist-array15.C | 13 +++++ gcc/testsuite/g++.dg/cpp1z/nontype5.C | 11 ++++ gcc/testsuite/g++.dg/diagnostic/using1.C | 1 + gcc/testsuite/g++.dg/ipa/pr100413.C | 64 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr105219.c | 1 + .../post/powerpc64-linux-gnu/baseline_symbols.txt | 12 ++++ .../src/c++11/compatibility-ldbl-alt128.cc | 36 ++++++++++++ 12 files changed, 184 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing20.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array15.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype5.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr100413.C