This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 6c00c3245e6 Fold: Fix up merge_truthop_with_opposite_arm for NaNs [PR95351] new 16e27b6d037 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.c | 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