This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c3aa359ce3 More explicit checking of which OMP constructs we're expect [...] new a40d5772ff1 testsuite: Add testcase for already fixed bug [PR97964] new 4adfcea0a1b middle-end: Prefer no RMW in __builtin_clear_padding implem [...] new a1dd66b108c i386: Add *setcc_hi_1* define_insn_and_split [PR97950]
The 3 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/config/i386/i386.md | 16 ++-- gcc/gimple-fold.c | 88 ++++++++++++++++-- gcc/testsuite/gcc.dg/tree-ssa/pr97964.c | 18 ++++ gcc/testsuite/gcc.target/i386/pr97950.c | 153 ++++++++++++++++++++++++++++++++ 4 files changed, 260 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr97964.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97950.c