This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ce3a8e872d [PR119021][LRA]: Fix rtl correctness check failure in LRA. new 40bf0770563 arm: Fix up REVERSE_CONDITION macro [PR119002] new 8d22474af76 c: stddef.h C23 fixes [PR114870] new ad2908ed4ec c: Assorted fixes for flexible array members in unions [PR119001]
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/c/c-typeck.cc | 42 ++++++++++++++++++++-- gcc/config/arm/arm.h | 4 +-- gcc/ginclude/stddef.h | 8 ++--- .../gcc.dg/{c23-stddef-1.c => c23-stddef-2.c} | 6 +++- gcc/testsuite/gcc.dg/pr119001-1.c | 35 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr119001-2.c | 20 +++++++++++ gcc/varasm.cc | 9 +++-- 7 files changed, 111 insertions(+), 13 deletions(-) copy gcc/testsuite/gcc.dg/{c23-stddef-1.c => c23-stddef-2.c} (58%) create mode 100644 gcc/testsuite/gcc.dg/pr119001-1.c create mode 100644 gcc/testsuite/gcc.dg/pr119001-2.c