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/65454] Extending both forms of relational operators


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.)


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