This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3beeebd6934 mingw: Support building with older gcc versions new 4073ce2c4e5 i386: Fix up z operand modifier diagnostics on inline-asm [ [...] new 51856718a82 reassoc: Fix up another ICE with returns_twice call [PR109410]
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 | 14 +++++++++++--- gcc/testsuite/gcc.dg/pr109410.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr109458.c | 13 +++++++++++++ gcc/tree-ssa-reassoc.cc | 9 +++++++++ 4 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr109410.c create mode 100644 gcc/testsuite/gcc.target/i386/pr109458.c