This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7c4a2787ba Darwin, Ada : Fix bootstrap after stat entry changes. new 7991e963239 PR c/97463 - ICE in warn_parm_ptrarray_mismatch on an incom [...] new 757ba6653c2 PR middle-end/97552 - missing waning passing null to a VLA [...]
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/attribs.c | 1 + gcc/c-family/c-warn.c | 8 ++--- gcc/c/c-decl.c | 6 ++-- gcc/testsuite/gcc.dg/Wnonnull-5.c | 53 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wvla-parameter-2.c | 4 +-- gcc/testsuite/gcc.dg/pr97463.c | 7 +++++ 6 files changed, 71 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wnonnull-5.c create mode 100644 gcc/testsuite/gcc.dg/pr97463.c