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 tree-optimization/36187] [4.3 Regression] Partitioning problem with SFTs (again)



------- 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


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