This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 28061487f88 i386: Remove AMX-TRANSPOSE from Diamond Rapids new 5d74b473f8c widening_mul: Reset flow sensitive info in maybe_optimize_g [...] new e088f42517e stmt: Handle %cc[name] in resolve_asm_operand_names [PR122133] new a65420e1b57 gimplify: Fix up __builtin_c[lt]zg gimplification [PR122188] new 363edb309df gimplify: Fix up side-effect handling in 2nd __builtin_c[lt [...]
The 4 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/c-family/c-gimplify.cc | 11 ++++++++-- gcc/stmt.cc | 5 ++++- gcc/testsuite/c-c++-common/pr122188.c | 15 +++++++++++++ gcc/testsuite/c-c++-common/toplevel-asm-9.c | 12 +++++++++++ gcc/testsuite/gcc.dg/torture/pr122188.c | 33 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr122104.c | 12 +++++++++++ gcc/tree-ssa-math-opts.cc | 1 + 7 files changed, 86 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr122188.c create mode 100644 gcc/testsuite/c-c++-common/toplevel-asm-9.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr122188.c create mode 100644 gcc/testsuite/gcc.target/i386/pr122104.c