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