[Bug fortran/65454] Extending both forms of relational operators

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 20 09:28:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65454

janus at gcc dot gnu.org changed:

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

--- Comment #1 from janus at gcc dot gnu.org ---
(In reply to Paul Martin from comment #0)
> Can this behavior be considered as a bug?

I'm not completely sure, but probably yes.

A workaround is to apply the USE directive without the ONLY. Also, the latter
possibly makes your program invalid, since you import only the ".LE." but not
the "<=" operator. Or should it import both forms? (I haven't read up on the
details in the standard.)



More information about the Gcc-bugs mailing list