2009-08-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
commita6a7eb12db7f17e79e3036e4494643dd1a88250b
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Sep 2009 03:02:07 +0000 (1 03:02 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Sep 2009 03:02:07 +0000 (1 03:02 +0000)
tree9936a9bbed77c9807150e93a8b4afbed01f5b47f
parentf9a4f5ab1b4d7757ca3b93b853a02b66bcea326f
2009-08-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/39229
* scanner.c (next_char): Fix typo in comment.
(gfc_get_char_literal): Warn if truncate flag is set for both fixed and
free form source, adjusting error locus as needed.
* parse.c (next_fixed): Clear the truncate flag.
(next_statement): Remove truncate warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151258 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/fortran/scanner.c