[Bug tree-optimization/41212] [4.5 Regression] miscompilation at -O2
jpr at csc dot fi
gcc-bugzilla@gcc.gnu.org
Thu Sep 3 07:10:00 GMT 2009
------- Comment #4 from jpr at csc dot fi 2009-09-03 07:10 -------
FWIW: I had a look at the -fdump-tree-all files.
All seems well (to my untrained eyes), until
<bb 8>:
D.1412_51 = y;
D.1430_52 = D.1412_51 * 2.0e+0;
z = D.1430_52;
in m.f90.060t.phiprop
is transformed to
<bb 8>:
D.1412_51 = 1.0e+0;
D.1430_52 = 2.0e+0;
z = D.1430_52;
in m.f90.061t.fre
Regards,Juha
--
jpr at csc dot fi changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpr at csc dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41212
More information about the Gcc-bugs
mailing list