This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1175d1b35ce testsuite: Pattern does not match when using --specs=nano.specs new 97e49bf00d1 lower-bitint: Attempt not to emit always true conditions in [...] new 6c124873f51 lower-bitint: Fix up additions of EH edges [PR113818] new 0ad1884089c expand: Fix asm goto expansion [PR113415]
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/cfgexpand.cc | 21 ++++++---- gcc/gimple-lower-bitint.cc | 66 ++++++++++++++++++++++---------- gcc/testsuite/gcc.dg/bitint-89.c | 22 +++++++++++ gcc/testsuite/gcc.dg/torture/bitint-57.c | 32 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr113415.c | 11 ++++++ 5 files changed, 124 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-89.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-57.c create mode 100644 gcc/testsuite/gcc.target/i386/pr113415.c