This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 882d2e6c358 Fortran: Invalid association with operator-result selector [...] new 69b39dfb780 c: Emit -Wzero-as-null-pointer-constant for all integral ty [...] new 41177976c5e c: Fix construction of composite type for atomic pointers [ [...] new b46e4afaff5 c: Fix ICE for invalid code with variadic and old-school pr [...]
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-decl.cc | 3 +- gcc/c/c-typeck.cc | 28 ++++++++----------- .../gcc.dg/Wzero-as-null-pointer-constant-2.c | 32 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr121081.c | 9 ++++++ gcc/testsuite/gcc.dg/pr121507.c | 10 +++++++ 5 files changed, 65 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wzero-as-null-pointer-constant-2.c create mode 100644 gcc/testsuite/gcc.dg/pr121081.c create mode 100644 gcc/testsuite/gcc.dg/pr121507.c