This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from db5c3f6d952 RISC-V: Bugfix for RVV overloaded intrinisc ICE when empty args new d755a82079d wide-int: Fix mul_internal overflow handling [PR113753]
The 1 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/testsuite/gcc.dg/bitint-87.c | 24 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-56.c | 25 +++++++++++++++++++++++ gcc/wide-int.cc | 34 ++++++++++++++++++++++++++++---- 3 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-87.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-56.c