This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31919] ICE in fold_binary in fold-const.c



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]