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/15190] [gfortran] incorrect matching


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-15 20:39 -------
The matchers schould enforce non-identifier symbols (i.e. not letters or digits)
after these keywords:
BLOCK DATA, ENTRY, MODULE PROCEDURE, PRINT, STOP and TYPE
and in type declarations, i.e. after REAL, INTEGER etc.

I don't like the patch I have for this, so I'm taking these more detailed notes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tobi at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
            Summary|[gfortran] incorrect        |[gfortran] incorrect
                   |matching of print statement |matching


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15190


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