------- Comment #4 from dominiq at lps dot ens dot fr 2009-09-17 20:34 ------- Between revisions 151150 (-m64 only) and 151446 (both -m32 and -m64) the test has started to fail also in 32 bit mode with a different wrong result:
karma] f90/bug% gfc -O3 where_2.f90 [karma] f90/bug% a.out 100 100 100 210 210 210 310 337 310 310 Abort (see also http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg00830.html). Now between revision 151644 (both for sure, but probably up to 151730 IIRC) and 151771 (-m32 only) the test now passes with -m64: [karma] f90/bug% gfc -m64 -O3 where_2.f90 [karma] f90/bug% a.out 100 100 100 210 210 210 310 310 337 337 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082