This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32223] Backslash handling inconsistent



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]