[Bug tree-optimization/36187] [4.3 Regression] Partitioning problem with SFTs (again)
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 9 13:30:00 GMT 2008
------- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-09 13:29 -------
The symptom of the alias problem is that we apply store-motion to
aTmp.eType = SbxDataType( p->eType | SbxBYREF );
but reads through
p = &aTmp; goto start;
in that stmt incorrectly do not alias that store.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36187
More information about the Gcc-bugs
mailing list