This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f09a9dd319e LoongArch: Don't falsely claim gold supported in toplevel c [...] new be1f2bc4522 bitintlower: Fix .{ADD,SUB}_OVERFLOW lowering [PR114040] new 22121546e03 expr: Fix REDUCE_BIT_FIELD in multiplication expansion [PR114054]
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/expr.cc | 12 +++++------ gcc/gimple-lower-bitint.cc | 11 ++++++---- gcc/testsuite/gcc.dg/bitint-92.c | 17 +++++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-60.c | 24 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-61.c | 36 ++++++++++++++++++++++++++++++++ 5 files changed, 90 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-92.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-60.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-61.c