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/34884] [4.3 Regression] gfortran.dg/array_constructor_9.f90



------- Comment #1 from dominiq at lps dot ens dot fr  2008-01-20 10:35 -------
Confirmed and it is a wierd regression: the test pass with '-O3' alone, but not
with '-O3 -funroll-loops'. In addition if I replace the line

          if (values (last) .ne. j + k * k) call abort

by

          if (values (last) .ne. j + k * k) print *, i, j, k, values (last)

the test pass without printing anything.

It looks as a middle-end regression between revs. 131660 and 131671.


-- 


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


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