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 optimization/9759] Combine cannot do its job due to arithmetic expression evaluation order


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


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