This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 2b142896cf1 Daily bump. new ba09da9787e expand: Fix handling of asm goto outputs vs. PHI argument a [...] new d2ebd5948bd testsuite: Add testcase for already fixed PR [PR107385]
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/cfgexpand.cc | 2 +- gcc/cfgrtl.cc | 24 ++++++++++++++++++++++-- gcc/cfgrtl.h | 1 + gcc/testsuite/gcc.dg/pr107385.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr113921.c | 20 ++++++++++++++++++++ 5 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr107385.c create mode 100644 gcc/testsuite/gcc.target/i386/pr113921.c