This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32223] Backslash handling inconsistent
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2007 04:49:34 -0000
- Subject: [Bug fortran/32223] Backslash handling inconsistent
- References: <bug-32223-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-06-08 04:49 -------
Subject: Bug 32223
Author: jvdelisle
Date: Fri Jun 8 04:49:23 2007
New Revision: 125557
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125557
Log:
2007-06-07 Steven G. Kargl <kargl@gcc.gnu.org>
Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/32223
* match.c (gfc_match_special_char): New function. Match special char.
Add handling '\0'.
* match.h: Add prototype.
* io.c (next_char): Use it.
* primary.c (next_string_char): Ditto.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/io.c
trunk/gcc/fortran/match.c
trunk/gcc/fortran/match.h
trunk/gcc/fortran/primary.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32223