This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7632c2e12b2 a68: implement GNU68-2026-001-short-of-symbol new 4f2a04726b9 c++: Fix ICE in eval_annotations_of [PR123866] new 312ba8d740b tree-optimization/116747 - ICE in cselim due to duplicate sinking new 4c49f8e5369 tree-optimization/123596 - fix partial virtual SSA update i [...]
The 3 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/cp/reflect.cc | 1 + gcc/testsuite/g++.dg/reflect/annotations10.C | 12 +++++++++++ gcc/testsuite/g++.dg/torture/pr123596.C | 18 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/cselim-4.c | 32 ++++++++++++++++++++++++++++ gcc/tree-eh.cc | 20 ++++++++++------- gcc/tree-ssa-phiopt.cc | 23 +++++++++++++++++--- 6 files changed, 95 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/reflect/annotations10.C create mode 100644 gcc/testsuite/g++.dg/torture/pr123596.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cselim-4.c