This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from f1d4b4f918a Bump BASE-VER new 7004272e9b1 tree-optimization/110766 - missing PHI location check new 064a4ec9d71 tree-optimization/110799 - fix bug in code hoisting new 00c806ea704 XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5
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/testsuite/gcc.dg/pr56837.c | 2 +- gcc/testsuite/gcc.dg/torture/pr110766.c | 17 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr110799.c | 46 +++++++++++++++++++++++++++++++++ gcc/tree-scalar-evolution.cc | 1 + gcc/tree-ssa-pre.cc | 15 +++++++---- 5 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr110766.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr110799.c