This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c1680bd2df1 lower-bitint: Fix up handling of uninitialized large/huge _ [...] new a2d66158541 lower-bitint: Fix a typo in a condition [PR113323] new 4c08f0dde4c sra: Punt for too large _BitInt accesses [PR113330] new c75579169eb lower-bitint: Fix up handling of unsigned INTEGER_CSTs oper [...]
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 | 4 ++-- gcc/testsuite/gcc.dg/bitint-68.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/bitint-69.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-46.c | 32 ++++++++++++++++++++++++++++++++ gcc/tree-sra.cc | 6 ++++++ 5 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-68.c create mode 100644 gcc/testsuite/gcc.dg/bitint-69.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-46.c