[Bug tree-optimization/55022] [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

aldyh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 5 23:52:00 GMT 2013


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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-02-05
     Ever Confirmed|0                           |1

--- Comment #8 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2013-02-05 23:52:30 UTC ---
Confirmed with cloog 0.18 and isl 0.11, both installed in /build/install, and
configuring GCC with:

/source/gcc/configure --disable-bootstrap --disable-multilib
--enable-languages=c,c++,fortran --with-cloog=/build/install
--with-isl=/build/install

houston:/build/55022-f90/gcc/pr55022$ ls
air_main.f90  botwall.f90  datax.inp  datay.inp  topwall.f90
houston:/build/55022-f90/gcc/pr55022$ ../xgcc -B../ -O2 -fgraphite-identity
air_main.f90 botwall.f90  topwall.f90 -L
../../x86_64-unknown-linux-gnu/libgfortran/.libs/ -lgfortran -lm
houston:/build/55022-f90/gcc/pr55022$ ./a.out
...
...
      129    0.000625547555   0.01000000    1.945421
      144    0.000674419139   0.01000000    2.198194
      166    0.000728576510   0.01000000         NaN
      168  100.000735868323   0.01000000         NaN



More information about the Gcc-bugs mailing list