This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02fa088f5b6 c: Fix crash in c-typeck.cc convert_arguments with indirect calls new 5274db0c9b8 gimple: Merge slow and fast bit-test switch lowering [PR117091] new 1381a511478 gimple: Make bit-test switch lowering more powerful new c14560907a9 gimple: Don't warn about using different algs for big switc [...] new 8444c4cc764 gimple: Switch bit-test lowering testcases for the more pow [...] new 9d4cfdde79c Remove TARGET_LRA_P override when defining to hook_bool_void_true
The 5 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/arc/arc.cc | 2 - gcc/config/gcn/gcn.cc | 2 - gcc/testsuite/gcc.dg/tree-ssa/switch-5.c | 60 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/switch-6.c | 51 +++++++ gcc/tree-switch-conversion.cc | 245 +++++++++---------------------- gcc/tree-switch-conversion.h | 10 -- 6 files changed, 184 insertions(+), 186 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/switch-5.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/switch-6.c