This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c131b1d5da4 AVR: PR target/112952: Fix attribute "address", "io" and "io_low" new 7590d975ecf lower-bitint: Punt .*_OVERFLOW optimization if cast from IM [...] new efef8d7ff43 lower-bitint: Fix up lowering of huge _BitInt 0 PHI args [P [...] new 8c0dd8a6ff8 gimplify: Fix ICE in recalculate_side_effects [PR113228]
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/gimple-lower-bitint.cc | 34 +++++++++++++++++++++++--- gcc/gimplify.cc | 3 +++ gcc/testsuite/gcc.c-torture/compile/pr113228.c | 17 +++++++++++++ gcc/testsuite/gcc.dg/bitint-61.c | 17 +++++++++++++ gcc/testsuite/gcc.dg/bitint-62.c | 32 ++++++++++++++++++++++++ 5 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113228.c create mode 100644 gcc/testsuite/gcc.dg/bitint-61.c create mode 100644 gcc/testsuite/gcc.dg/bitint-62.c