This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 756a61851c1 Daily bump. new e53bb1965db Copy EH phi args for throwing hardened compares new a026b67f8f7 Cope with NULL dw_cfi_cfa_loc new 33c7df5854e Add testcase from PR103845 new a9e2ebe839d Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
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/dwarf2cfi.cc | 3 +++ gcc/expr.cc | 2 +- gcc/gimple-harden-conditionals.cc | 31 ++++++++++++++++++++++++++++--- gcc/testsuite/g++.dg/pr103856.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/pr104540.C | 21 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr103845.c | 29 +++++++++++++++++++++++++++++ 6 files changed, 99 insertions(+), 4 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