2008-01-24 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2008 08:40:38 +0000 (08:40 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2008 08:40:38 +0000 (08:40 +0000)
commit49e7b2d69d277a15b18fade7647f1b04e52e1777
tree72588c3c651570f75fb640cbec283fef41a30f79
parent404e2f3fafec29297942b60587bcbb150ac4e91a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/function_charlen_3.f [new file with mode: 0644]