This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 214fd142d94 Fix low reg issue in Thumb-2 movsi patterns new dabda7ade8e * cif-code.def (NEVER_CALL): New code. * ipa-inline.c (wa [...] new 58b0bd03ae0 * stmt.c (expand_case): Try to narrow the index type if it [...]
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/ChangeLog | 11 ++++++ gcc/cif-code.def | 4 ++ gcc/ipa-inline.c | 17 +++++---- gcc/stmt.c | 57 +++++++++++++++++++--------- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gnat.dg/case_optimization3.adb | 25 ++++++++++++ gcc/testsuite/gnat.dg/case_optimization3.ads | 10 +++++ 7 files changed, 103 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/case_optimization3.adb create mode 100644 gcc/testsuite/gnat.dg/case_optimization3.ads