re PR fortran/64506 (FORMAT Parse Error with Continuation Line)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 13 Feb 2015 16:57:28 +0000 (16:57 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 13 Feb 2015 16:57:28 +0000 (16:57 +0000)
commit0d6fc9638b39460b22ada23ab8f07d873ccf6212
treeac9e6643f4a6e2e3205743e8c92ba2fc2d5db2bf
parent1f261e64a380c3200c811cf385928d135a8f77e5
re PR fortran/64506 (FORMAT Parse Error with Continuation Line)

2015-02-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/64506
* scanner.c (gfc_next_char_literal): For free form source,
check for '!' and if found, clear the comment and go back
and get the next character. For fixed form source, skip the
rest of the line.

From-SVN: r220687
gcc/fortran/ChangeLog
gcc/fortran/scanner.c