]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/30968 ([4.1 only] Bogus warning with continued lines of concatenated...
authorTobias Burnus <burnus@net-b.de>
Wed, 28 Feb 2007 08:03:47 +0000 (09:03 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 28 Feb 2007 08:03:47 +0000 (09:03 +0100)
commit1355d8e7f23af7c7d82d65cb610c4653318091fa
tree829d7f7b224cee40a9d8e2a04c4502dfdc321ec6
parentd5b7e9722dfdc89b8b8ee5e4070621a1631ff696
re PR fortran/30968 ([4.1 only] Bogus warning with continued lines of concatenated strings)

2007-02-28  Tobias Burnus  <burnus@net-b.de>

PR fortran/30968
* primary.c (next_string_char): Correct reading a character
after the delimiter.
(match_string_constant): Print warning message only once.

2007-02-28  Tobias Burnus  <burnus@net-b.de>

PR fortran/30968
* gfortran.dg/continuation_7.f90: New test.

From-SVN: r122401
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/continuation_7.f90 [new file with mode: 0644]