This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47d09318c41 tree-optimization/123539 - signed UB in vector reduction new fdfb0452237 Fortran: Check constant PDT type specification parameters [ [...]
The 1 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/fortran/array.cc | 12 +++++++ gcc/fortran/expr.cc | 67 ++++++++++++++++++++++++++++++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/trans-expr.cc | 3 +- gcc/testsuite/gfortran.dg/pdt_81.f03 | 48 ++++++++++++++++++++++++++ 5 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/pdt_81.f03