parse.c (decode_statement): Suppress "Unclassifiable statement" error if previous...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Wed, 2 Jan 2019 19:13:29 +0000 (19:13 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Wed, 2 Jan 2019 19:13:29 +0000 (19:13 +0000)
commitf8fdc8c99aed6d39cc29fcd18aa8fd46f7fe9ea3
tree4008553e85f333b3fc2160510fc8fa140770d5f7
parentaaf83eb753aaa28980c3ed0bee134fe79025699e
parse.c (decode_statement): Suppress "Unclassifiable statement" error if previous error messages were emittes.

2019-01-01  Steven G. Kargl  <kargl@gcc.gnu.org>

* parse.c (decode_statement):  Suppress "Unclassifiable statement"
error if previous error messages were emittes.

2019-01-01  Steven G. Kargl  <kargl@gcc.gnu.org>

* gfortran.dg/argument_checking_7.f90: Remove run-on error message.
* gfortran.dg/dec_d_lines_3.f: Ditto.
* gfortran.dg/dec_structure_24.f90: Ditto.
* gfortran.dg/dec_structure_26.f90: Ditto.
* gfortran.dg/dec_structure_27.f90: Ditto.
* gfortran.dg/dec_type_print_3.f90: Ditto.
* gfortran.dg/derived_name_1.f90: Ditto.
* gfortran.dg/error_recovery_1.f90: Ditto.
* gfortran.dg/gomp/pr29759.f90: Ditto.
* gfortran.dg/pr36192.f90: Ditto.
* gfortran.dg/pr56007.f90: Ditto.
* gfortran.dg/pr56520.f90: Ditto.
* gfortran.dg/pr78741.f90: Ditto.
* gfortran.dg/print_fmt_2.f90: Ditto.
* gfortran.dg/select_type_20.f90: Ditto.

From-SVN: r267526
18 files changed:
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/argument_checking_7.f90
gcc/testsuite/gfortran.dg/dec_d_lines_3.f
gcc/testsuite/gfortran.dg/dec_structure_24.f90
gcc/testsuite/gfortran.dg/dec_structure_26.f90
gcc/testsuite/gfortran.dg/dec_structure_27.f90
gcc/testsuite/gfortran.dg/dec_type_print_3.f90
gcc/testsuite/gfortran.dg/derived_name_1.f90
gcc/testsuite/gfortran.dg/error_recovery_1.f90
gcc/testsuite/gfortran.dg/gomp/pr29759.f90
gcc/testsuite/gfortran.dg/pr36192.f90
gcc/testsuite/gfortran.dg/pr56007.f90
gcc/testsuite/gfortran.dg/pr56520.f90
gcc/testsuite/gfortran.dg/pr78741.f90
gcc/testsuite/gfortran.dg/print_fmt_2.f90
gcc/testsuite/gfortran.dg/select_type_20.f90