------- 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
dfranke at gcc dot gnu dot org Mon, 14 May 2007 08:41:55 -0700
------- 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