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/45786] Relational operators .eq. and == are not recognized as equivalent


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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot
                   |                            |gnu.org

--- Comment #5 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2010-10-03 12:21:32 UTC ---
(In reply to comment #3)
> I think it is more of a bandaid than a proper fix
> in that I think .eq. should be simply substituted
> with == on the input stream during parsing.

IIRC, it used to be that way but it was changed to emit better diagnostics.


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