This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 439021c150c PR c++/89744 - ICE with specialization of member class template. new f22577c13fd 2019-03-30 Paul Thomas pault@gcc.gnu.org
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/ChangeLog | 10 ++ gcc/fortran/trans-expr.c | 5 +- gcc/testsuite/ChangeLog | 13 +++ .../gfortran.dg/ISO_Fortran_binding_1.f90 | 6 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_7.c | 102 +++++++++++++++++++++ .../gfortran.dg/ISO_Fortran_binding_7.f90 | 42 +++++++++ gcc/testsuite/gfortran.dg/ISO_Fortran_binding_8.c | 37 ++++++++ .../gfortran.dg/ISO_Fortran_binding_8.f90 | 50 ++++++++++ 8 files changed, 259 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_7.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_8.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_8.f90