http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- I would really prefer if there was a compile-time warning for IF (ASSOCIATED(m) .AND. m%T) THEN which might be doable. Same thing for if (x /= 0 .and. 2/x > 0) then