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 d88fe8210e4 Fold: Fix up merge_truthop_with_opposite_arm for NaNs [PR95351] new 39d56b96996 Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29`
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/execute/pr111331-1.c | 17 +++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr111331-2.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr111331-3.c | 15 +++++++++++++++ gcc/tree-ssa-phiopt.cc | 8 ++++---- 4 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111331-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111331-2.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111331-3.c