This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33941] [4.3 Regression] gfortran creates module files it can't read
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2007 23:20:19 -0000
- Subject: [Bug fortran/33941] [4.3 Regression] gfortran creates module files it can't read
- References: <bug-33941-7575@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from fxcoudert at gcc dot gnu dot org 2007-10-30 23:20 -------
For other operators, ie .eqv., we output them as the simple EQV string (without
the dots). What about outputting the troublesome operators into simple
alphanumeric strings, like SIGN_EQ for ==, SIGN_NE for /=, SIGN_LE for <=, etc.
That would mean changing the output routines, but not the parser (SIGN_* is a
bit of a lousy naming, but I don't have any better idea).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941