This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 870e389a050 libstdc++: Fix fwrite error parameter new d30afaae676 PHIOPT: Don't transform minmax if middle bb contains a phi [...]
The 1 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.c-torture/compile/pr115143-1.c | 21 +++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr115143-2.c | 30 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr115143-3.c | 29 +++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 4 ++++ 4 files changed, 84 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-2.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115143-3.c