This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 869fb813039 compiler: recognize Go 1.18 runtime/internal/atomic methods new 1c827873ed2 target/104453 - guard call folding with NULL LHS new 871afdc512b middle-end/104450 - ISEL and non-call EH
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/config/i386/i386.cc | 2 ++ gcc/gimple-isel.cc | 24 ++++++++++++++---------- gcc/testsuite/g++.dg/torture/pr104450.C | 16 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++ 4 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr104450.C create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.c