This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05d353b7944 Allow overriding EXPECT new d3defa435e9 lower-bitint: Fix handle_cast ICE [PR113102] new f5198f0264e lower-bitint: Handle unreleased SSA_NAMEs from earlier pass [...] new 0a6aa192759 symtab-thunks: Use aggregate_value_p even on is_gimple_reg_ [...] new cefae511ed7 combine: Don't optimize paradoxical SUBREG AND CONST_INT on [...]
The 4 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/combine.cc | 12 ++++++++-- gcc/gimple-lower-bitint.cc | 9 ++++++-- gcc/symtab-thunks.cc | 18 +++++---------- gcc/testsuite/gcc.c-torture/execute/pr112758.c | 15 +++++++++++++ gcc/testsuite/gcc.dg/bitint-58.c | 31 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-59.c | 14 ++++++++++++ gcc/testsuite/gcc.dg/bitint-60.c | 20 +++++++++++++++++ 7 files changed, 103 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr112758.c create mode 100644 gcc/testsuite/gcc.dg/bitint-58.c create mode 100644 gcc/testsuite/gcc.dg/bitint-59.c create mode 100644 gcc/testsuite/gcc.dg/bitint-60.c