This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 615e25c82de RISC-V: Suppress warning new 291e00e2d88 tree-switch-conversion: Bugfixes for _BitInt [PR113491] new efc677f3e78 lower-bitint: Handle INTEGER_CST rhs1 in handle_cast [PR113462]
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/gimple-lower-bitint.cc | 2 +- gcc/testsuite/gcc.dg/{bitint-74.c => bitint-76.c} | 12 ++-- gcc/testsuite/gcc.dg/torture/bitint-51.c | 88 +++++++++++++++++++++++ gcc/tree-switch-conversion.cc | 24 ++++++- 4 files changed, 116 insertions(+), 10 deletions(-) copy gcc/testsuite/gcc.dg/{bitint-74.c => bitint-76.c} (52%) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-51.c