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/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from e07ea03fce2 ada: Fix build for RTEMS adds a849584587c libstdc++: Add pretty printer for std::atomic adds a71b107013c libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} [...] adds f6541401407 Split test to remove failing run time test and add check for ICE. adds 948e8e40102 testsuite: Add testcase for dangling pointer equality bogus [...] adds 409edcca331 c++: enum in generic lambda at global scope [PR105398]
No new revisions were added by this update.
Summary of changes: gcc/cp/pt.cc | 2 +- gcc/testsuite/g++.dg/cpp1y/lambda-generic-enum2.C | 15 +++ gcc/testsuite/g++.dg/warn/pr104492.C | 115 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr70673.f90 | 1 - .../gfortran.dg/{pr70673.f90 => pr70673_2.f90} | 2 +- .../post/aarch64-linux-gnu/baseline_symbols.txt | 12 ++- .../abi/post/i486-linux-gnu/baseline_symbols.txt | 12 ++- .../post/powerpc-linux-gnu/baseline_symbols.txt | 12 ++- .../powerpc64-linux-gnu/32/baseline_symbols.txt | 12 ++- .../post/powerpc64-linux-gnu/baseline_symbols.txt | 14 ++- .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 12 ++- .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 12 ++- .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 12 ++- libstdc++-v3/python/libstdcxx/v6/printers.py | 53 +++++++++- .../testsuite/libstdc++-prettyprinters/cxx11.cc | 10 ++ .../testsuite/libstdc++-prettyprinters/cxx20.cc | 9 ++ 16 files changed, 291 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-enum2.C create mode 100644 gcc/testsuite/g++.dg/warn/pr104492.C copy gcc/testsuite/gfortran.dg/{pr70673.f90 => pr70673_2.f90} (96%)