This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9890f377013 RISC-V: Add TAREGT_VECTOR check into VLS modes new 8441841a1b9 Add stdckdint.h header for C23
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/Makefile.in | 1 + gcc/ginclude/{stdalign.h => stdckdint.h} | 24 ++++---- gcc/testsuite/gcc.dg/stdckdint-1.c | 61 ++++++++++++++++++++ gcc/testsuite/gcc.dg/stdckdint-2.c | 95 ++++++++++++++++++++++++++++++++ 4 files changed, 169 insertions(+), 12 deletions(-) copy gcc/ginclude/{stdalign.h => stdckdint.h} (60%) create mode 100644 gcc/testsuite/gcc.dg/stdckdint-1.c create mode 100644 gcc/testsuite/gcc.dg/stdckdint-2.c