This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 4a52cf2eb9d libstdc++: Avoid intercepting exception in ostream::write adds fd51b344ca8 PR middle-end/101216 - spurious notes for function calls adds 176289e50e3 jit: fix test-asm failures on i?86 adds 99585d88a09 jit: fix test-vector-* failures adds f9c80eb12c5 c++: Failure to delay noexcept parsing with ptr-operator [P [...] adds 90708f87b8d Daily bump. adds 86fc076dc28 Expand the comparison argument of fold_cond_expr_with_comparison adds fbad6c62529 Reset the range info on the moved instruction in PHIOPT adds 2afe8828586 Lower for loops before lowering cond in genmatch adds 2168bfb8144 c++: constexpr aggr init of empty class [PR101040] adds 5b1ce655b25 except: remove dwarf2out.h dependency adds 9f26e34a5a9 c++: access scope during partial spec matching [PR96204] adds 461f937b472 Daily bump. new 3966726333b aix: Add AIX 7.3 configuration and SPDX License Identifiers.
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: ChangeLog | 4 + gcc/ChangeLog | 151 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 13 ++ gcc/c/ChangeLog | 26 ++++ gcc/calls.c | 6 +- gcc/config.gcc | 16 ++- gcc/config/rs6000/aix72.h | 5 +- gcc/config/rs6000/{aix72.h => aix73.h} | 8 +- gcc/cp/ChangeLog | 76 ++++++++++++ gcc/cp/class.c | 2 +- gcc/cp/constexpr.c | 9 +- gcc/cp/parser.c | 6 +- gcc/cp/pt.c | 5 +- gcc/except.c | 2 +- gcc/fold-const.c | 39 +++--- gcc/genmatch.c | 28 +++-- gcc/testsuite/ChangeLog | 51 ++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept69.C | 12 ++ gcc/testsuite/g++.dg/cpp2a/no_unique_address13.C | 24 ++++ gcc/testsuite/g++.dg/parse/saved1.C | 4 +- gcc/testsuite/g++.dg/template/access40.C | 28 +++++ gcc/testsuite/g++.dg/template/access40a.C | 28 +++++ gcc/testsuite/g++.dg/template/crash50.C | 2 +- gcc/testsuite/gcc.dg/Wnonnull-7.c | 15 +++ gcc/testsuite/jit.dg/test-asm.c | 2 +- gcc/testsuite/jit.dg/test-asm.cc | 2 +- gcc/testsuite/jit.dg/test-vector-rvalues.cc | 8 ++ gcc/testsuite/jit.dg/test-vector-types.cc | 8 ++ gcc/tree-ssa-phiopt.c | 3 +- libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 71 +++++++++++ lto-plugin/ChangeLog | 7 ++ 33 files changed, 616 insertions(+), 53 deletions(-) copy gcc/config/rs6000/{aix72.h => aix73.h} (97%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept69.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address13.C create mode 100644 gcc/testsuite/g++.dg/template/access40.C create mode 100644 gcc/testsuite/g++.dg/template/access40a.C create mode 100644 gcc/testsuite/gcc.dg/Wnonnull-7.c