[Bug fortran/33941] [4.3 Regression] gfortran creates module files it can't read
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 30 23:20:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list