This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52e9d4d6184 compiler: compare parse methods when indexing interface [...] new 8e8898b2922 2019-03-13 Thomas Koenig tkoenig@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 | 24 +++++++++++++ gcc/fortran/decl.c | 4 +-- gcc/fortran/gfortran.h | 3 +- gcc/fortran/parse.c | 10 +++--- gcc/fortran/resolve.c | 9 ++--- gcc/fortran/symbol.c | 3 +- gcc/fortran/trans-decl.c | 21 +++++++++--- gcc/testsuite/ChangeLog | 10 ++++++ .../gfortran.dg/binding_label_tests_30.f90 | 7 ++++ .../gfortran.dg/binding_label_tests_31.f90 | 19 +++++++++++ .../gfortran.dg/binding_label_tests_32.f90 | 35 +++++++++++++++++++ .../gfortran.dg/binding_label_tests_33.f90 | 39 ++++++++++++++++++++++ 12 files changed, 167 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/binding_label_tests_30.f90 create mode 100644 gcc/testsuite/gfortran.dg/binding_label_tests_31.f90 create mode 100644 gcc/testsuite/gfortran.dg/binding_label_tests_32.f90 create mode 100644 gcc/testsuite/gfortran.dg/binding_label_tests_33.f90