]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/65903 (Line continuation followed by comment character in string fails...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 16 May 2015 17:44:15 +0000 (17:44 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 16 May 2015 17:44:15 +0000 (17:44 +0000)
commitc55bbc72ffaabcab433cdcce28ba69d21c35e21c
tree089860d1f3693f3bf8a29396280847bd59157cb2
parent7e8655412c7e9438f76e417f055db2505133a949
re PR fortran/65903 (Line continuation followed by comment character in string fails to compile)

2015-05-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/65903
* io.c (format_lex): Change to NONSTRING when checking for
possible doubled quote.
* scanner.c (gfc_next_char_literal): Revert change from 64506
and add a check for quotes and return.

From-SVN: r223248
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/fortran/scanner.c