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 916b809fbfd Fortran: frontend code for F2018 QUIET specifier to STOP an [...] adds ae3c4e521dd Fix attr-retain-* tescases for 32-bit PowerPC. adds 41cbcf53dc6 libstdc++: Fix cast in source_location::current() [PR104602] adds 756a61851c1 Daily bump. adds e53bb1965db Copy EH phi args for throwing hardened compares adds a026b67f8f7 Cope with NULL dw_cfi_cfa_loc adds 33c7df5854e Add testcase from PR103845 adds a9e2ebe839d Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 46 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 4 ++ gcc/dwarf2cfi.cc | 3 ++ gcc/expr.cc | 2 +- gcc/fortran/ChangeLog | 11 ++++++ gcc/gimple-harden-conditionals.cc | 31 +++++++++++++-- gcc/testsuite/ChangeLog | 33 ++++++++++++++++ gcc/testsuite/g++.dg/pr103856.C | 17 ++++++++ gcc/testsuite/g++.dg/pr104540.C | 21 ++++++++++ .../gcc.c-torture/compile/attr-retain-1.c | 2 + .../gcc.c-torture/compile/attr-retain-2.c | 2 + gcc/testsuite/gcc.dg/pr103845.c | 29 ++++++++++++++ libgcc/ChangeLog | 11 ++++++ libgomp/ChangeLog | 10 +++++ libstdc++-v3/ChangeLog | 6 +++ libstdc++-v3/include/std/source_location | 3 +- 17 files changed, 227 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr103856.C create mode 100644 gcc/testsuite/g++.dg/pr104540.C create mode 100644 gcc/testsuite/gcc.dg/pr103845.c