------- Comment #2 from dfranke at gcc dot gnu dot org  2007-05-14 16:41 -------
Minimal testcase:

$> cat pr31919.f90
INTEGER :: a(2), b(2,2)
PRINT *, MIN(a, b)
END


-- 


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

Reply via email to