This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34884] [4.3 Regression] gfortran.dg/array_constructor_9.f90
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2008 11:31:06 -0000
- Subject: [Bug fortran/34884] [4.3 Regression] gfortran.dg/array_constructor_9.f90
- References: <bug-34884-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dominiq at lps dot ens dot fr 2008-01-20 11:31 -------
The failure comes in the first call of 'test()' at i=order, j=2. The values
tested in the k loop seems to be:
5.0000000 10.0000000 3.0000000 6.0000000 11.000000
4.0000000 7.0000000 12.000000 5.0000000
instead of
3.0000000 6.0000000 11.000000 18.000000 27.000000
38.000000 51.000000 66.000000 83.000000
The outputs of -ftree-dump-optimized are identical for revs. 131628 and 131676.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34884