This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 9bcf9054b7e Daily bump. new 93c066f5688 Fortran: NULL() is not interoperable new 715842b02f8 Fortran: BOZ literal constants are not interoperable new 39264acd7da Fortran: PACK intrinsic should not try to read from zero-si [...]
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/fortran/check.c | 12 ++++++ gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 | 7 +++ gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 | 57 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr101329.f90 | 13 ++++++ libgfortran/intrinsics/pack_generic.c | 9 ++++ 5 files changed, 98 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr101329.f90