re PR fortran/19259 (";" as first nonblank character on a line should be an error)
authorTobias Schlüter <tobi@gcc.gnu.org>
Sat, 1 Jul 2006 15:03:30 +0000 (17:03 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 1 Jul 2006 15:03:30 +0000 (17:03 +0200)
commit31c5eee1026f4500fff0f655e6b224cc0e94a6a5
tree1eb307f6fa4e38e619d276c51d3bc7619e1bbd41
parent3e72a66fcdc314a8fd2a785d6252ddc61d8456d0
re PR fortran/19259 (";" as first nonblank character on a line should be an error)

2006-07-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

fortran/
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
(next_fixed): Fix formatting.  Error out on line starting with
semicolon.
testsuite/
PR fortran/19259
* gfortran.dg/semicolon_fixed.c: New.
* gfortran.dg/semicolon_free.c: New.

From-SVN: r115115
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/semicolon_fixed.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/semicolon_free.f90 [new file with mode: 0644]