parse.c (next_free): Use consistent error string between free-form and fixed-form...
authorBernhard Fischer <aldot@gcc.gnu.org>
Tue, 18 Apr 2006 17:58:41 +0000 (19:58 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 18 Apr 2006 17:58:41 +0000 (19:58 +0200)
commit9b3e4c45ade1f7722a53c3a19def9bafaaca4707
treeea673eafaa5e0941cdff1244be943f0655791326
parentd955420ef2745f2a2c8ec7f0f6d2e2bd1296afb9
parse.c (next_free): Use consistent error string between free-form and fixed-form for illegal...

fortran/

* parse.c (next_free): Use consistent error string between
free-form and fixed-form for illegal statement label of zero.
(next_fixed): Use consistent warning string between free-form
and fixed-form for statement labels for empty statements.

testsuite/

* gfortran.dg/label_1.f90: Adjust dg-error.

From-SVN: r113053
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/label_1.f90