This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b2a64e1053 [Darwin, testsuite] Fix Wnonnull on Darwin. new 4f4c79c49d9 PR target/92140 * config/i386/predicates.md (int_nonimmed [...]
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/ChangeLog | 11 ++ gcc/config/i386/i386.md | 222 ++++++++++++++++++++++++++ gcc/config/i386/predicates.md | 9 ++ gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.c-torture/execute/pr92140.c | 83 ++++++++++ gcc/testsuite/gcc.target/i386/pr92140.c | 38 +++++ 6 files changed, 369 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr92140.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92140.c