This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a107b01da42 libgcc: Remove useless forward declaration [PR121397] new a76a032354e bitint: Avoid extending ABI-extended large/huge _BitInts on load new 88f638e276c bitint: Make sure BEXTC checks extension when optimized new 94d2bc6d08c bitint: Zero-extend the result of a signed->unsigned widening cast new ed1ee231172 bitint: Do not optimize away conversion to _BitInt before a VCE
The 4 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 | 46 +++++++++++++++++---- gcc/match.pd | 19 ++++++++- gcc/testsuite/gcc.dg/bitintext.h | 28 ++++++------- gcc/testsuite/gcc.dg/torture/bitint-83.c | 48 ++++++++++++++++++++++ .../gcc.dg/torture/{bitint-64.c => bitint-84.c} | 20 ++++----- 5 files changed, 124 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-83.c copy gcc/testsuite/gcc.dg/torture/{bitint-64.c => bitint-84.c} (57%)