This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4c02ce4ab6 if-to-switch: consider only integral types new c961e94901e if-to-switch: Support chain with 2 BBs. new 49ca22dd678 diagnostics: ignore -fmax-errors for ICE new 018248ef6d0 i386: Fix abs an maxmin expanders for TARGET_PARTIAL_REG_ST [...]
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/config/i386/i386.md | 8 ++++++-- gcc/diagnostic.c | 2 +- gcc/gimple-if-to-switch.cc | 6 ++++-- gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-9.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr98079.c | 13 +++++++++++++ 5 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-9.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98079.c