Add 'PR fortran/30278' to my previous commit.

From-SVN: r121229
This commit is contained in:
Steven G. Kargl 2007-01-27 05:29:38 +00:00
parent ffa1b3c684
commit 90e7f69de5
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2007-01-26 Steven Bosscher <stevenb.gcc@gmail.com>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30278
* fortran/io.c (next_char): Deal with backslash escaped characters.
Issue warnings in non -std=gnu cases.
* fortran/primary.c (next_string_char): Issue warnings in non

View File

@ -6,6 +6,7 @@
2007-01-26 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30278
* gfortran.dg/backslash_3.f: New test.
2007-01-26 Richard Guenther <rguenther@suse.de>