This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 870e66a3fcb c++/modules: Ensure vtables are emitted when needed [PR120349] new 1c32b55b99e bitintlower: Big-endian lowering support new 092dcef93d4 libgcc: Small bitint_reduce_prec big-endian fixes new e38027c8ff4 tree-chrec: Use signed_type_for in convert_affine_scev
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 | 1160 +++++++++++++++++++++++------- gcc/testsuite/gcc.dg/torture/bitint-78.c | 102 +++ gcc/testsuite/gcc.dg/torture/bitint-79.c | 191 +++++ gcc/testsuite/gcc.dg/torture/bitint-80.c | 191 +++++ gcc/testsuite/gcc.dg/torture/bitint-81.c | 174 +++++ gcc/tree-chrec.cc | 2 +- libgcc/libgcc2.c | 10 +- libgcc/soft-fp/bitint.h | 10 +- 8 files changed, 1554 insertions(+), 286 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-78.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-79.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-80.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-81.c