This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 856809e582b c: Handle C23 floating constant {d,D}{32,64,128} suffixes l [...] new 236c0829ee2 c: add Wzero-as-null-pointer-constant [PR117059] new f530a8c6138 Fortran: Fix failing character pointer fcn assignment [PR105054]
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/c-family/c.opt | 2 +- gcc/c/c-typeck.cc | 38 ++++++++ gcc/doc/invoke.texi | 5 +- gcc/fortran/resolve.cc | 11 +++ .../gcc.dg/Wzero-as-null-pointer-constant.c | 107 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/ptr_func_assign_6.f08 | 89 +++++++++++++++++ 6 files changed, 248 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wzero-as-null-pointer-constant.c create mode 100644 gcc/testsuite/gfortran.dg/ptr_func_assign_6.f08