[Bug optimization/9759] Combine cannot do its job due to arithmetic expression evaluation order
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 8 07:49:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-08 07:49 -------
Suspending as this is fixed on the tree-ssa:
int T.3;
int T.2;
<bb 0>:
T.2 = func (7);
T.3 = func (8);
return T.2 << 8 | T.3;
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |SUSPENDED
Target Milestone|--- |tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9759
More information about the Gcc-bugs
mailing list