------- Comment #2 from janus at gcc dot gnu dot org  2009-08-20 07:45 -------
Curiously, this does not happen when using the IMPLICIT NONE statement, instead
of -fimplicit-none:

  IMPLICIT NONE
  INTRINSIC MIN
  INTEGER :: I,J
  print *,MIN(I,J)
END


-- 


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

Reply via email to