This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ead3075406e c++: Check module attachment instead of just purview when n [...] new 3e8323e873c bitint: Fix up stores to large/huge _BitInt bitfields [PR114329] new 218d1749612 i386: Fix setup of incoming varargs for (...) functions whi [...]
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/config/i386/i386.cc | 3 +- gcc/gimple-lower-bitint.cc | 62 ++++++++++++++++++++++++++----------- gcc/testsuite/gcc.dg/bitint-101.c | 17 ++++++++++ gcc/testsuite/gcc.dg/c23-stdarg-7.c | 6 ++++ gcc/testsuite/gcc.dg/c23-stdarg-8.c | 6 ++++ 5 files changed, 75 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-101.c create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-7.c create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-8.c