https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gcc dot gnu.org --- Comment #7 from anlauf at gcc dot gnu.org --- Created attachment 60932 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60932&action=edit Reduce testcase for runtime crash with -m32 This crashes here when compiled with -m32: Fortran runtime error: DIM in REDUCE intrinsic is less than 0 or greater than the rank of ARRAY Error termination. Backtrace: #0 0x804a58b in test_reduce at /home/anlauf/gcc-bugs/pr119460.f90:31 #1 0x804a58b in main at /home/anlauf/gcc-bugs/pr119460.f90:17 OTOH it runs fine and cleanly under -m64 on x86_64.