This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from c800e337146 Daily bump. new 01b59a948f8 match: Fix `a != 0 ? a * b : 0` patterns for things that tr [...] new ed5f89a2062 middle-end/123887 - trapping conditional operand turned unc [...]
The 2 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/generic-match-head.cc | 12 ++++++++++++ gcc/gimple-match-head.cc | 10 ++++++++++ gcc/match.pd | 6 ++++-- gcc/testsuite/gcc.dg/torture/pr116772-1.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr123887.c | 14 ++++++++++++++ 5 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr116772-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr123887.c