This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 in repository toolchain/ci/gcc.
from 06f179b7b48 Daily bump. adds 2aa4400cb98 c++: when delegating constructor throws [PR103711] adds cfcf6459810 c++: nested catch in ctor fn-try-block [PR61611] adds 0d87092f889 Fix wrong operator for universal_integer operands in instance adds 2c7d8ca8317 tree-optimization/103489 - fix ICE when bool pattern recog fails adds 08f594465fa tree-optimization/103596 - fix missed propagation into switches new 9794cf77a93 Daily bump. new a6adc7aca5b Daily bump. new 56f2ef30b1d Daily bump. new 518697a54eb Daily bump.
The 4 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 | 30 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++++ gcc/ada/exp_ch4.adb | 6 +++- gcc/cp/ChangeLog | 11 ++++++ gcc/cp/except.c | 20 ++++++++++- gcc/cp/init.c | 10 ++++++ gcc/testsuite/ChangeLog | 30 ++++++++++++++++ gcc/testsuite/g++.dg/eh/ctor-fntry1.C | 23 ++++++++++++ gcc/testsuite/g++.dg/eh/delegating1.C | 28 +++++++++++++++ gcc/testsuite/gcc.dg/torture/pr103489.c | 12 +++++++ gcc/testsuite/gcc.dg/torture/pr103596.c | 36 +++++++++++++++++++ gcc/testsuite/gnat.dg/generic_comp.adb | 39 +++++++++++++++++++++ gcc/tree-ssa-propagate.c | 62 +++++++++++++-------------------- gcc/tree-ssa-propagate.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-vect-loop.c | 18 ++++++++++ 17 files changed, 294 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/ctor-fntry1.C create mode 100644 gcc/testsuite/g++.dg/eh/delegating1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr103489.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c create mode 100644 gcc/testsuite/gnat.dg/generic_comp.adb