]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1) is...
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 24 Jan 2008 08:40:38 +0000 (08:40 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 24 Jan 2008 08:40:38 +0000 (08:40 +0000)
commitae18bd76ae240408d959113a016510f36cfb19c6
tree72588c3c651570f75fb640cbec283fef41a30f79
parentd82b58c2ac67d1affc0218dc9141e7a99af882cc
re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1) is not a valid branch target statement for the branch statement at (2))

2008-01-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34872
* parse.c (next_statement) : If ST_GET_FCN_CHARACTERISTICS  is
seen, check for a statement label and, if present, delete it
and set the locus to the start of the statement.

2008-01-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34872
* gfortran.dg/function_charlen_3.f: New test.

From-SVN: r131777
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/function_charlen_3.f [new file with mode: 0644]