This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3ad0f470c16 libstdc++: Pass error handler to libbacktrace functions new 3db5bee0079 c: Diagnose auto constexpr used with a type new 7d6512d102a Fortran: handle zero-sized arrays in ctors with typespec [P [...]
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/c-decl.cc | 12 ++++++++ gcc/fortran/arith.cc | 24 ++++++++++++--- gcc/testsuite/gcc.dg/c2x-constexpr-1.c | 4 +-- gcc/testsuite/gcc.dg/c2x-constexpr-3.c | 8 +++++ gcc/testsuite/gfortran.dg/pr108010.f90 | 54 ++++++++++++++++++++++++++++++++++ 5 files changed, 96 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr108010.f90