This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15190] [gfortran] incorrect matching
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2004 20:39:31 -0000
- Subject: [Bug fortran/15190] [gfortran] incorrect matching
- References: <20040428123838.15190.Tobias.Schlueter@physik.uni-muenchen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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