[Bug tree-optimization/14287] [tree-ssa] does not remove unnecessary extensions

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 4 15:13:00 GMT 2006



------- Comment #14 from rguenth at gcc dot gnu dot org  2006-05-04 15:13 -------
Fixed.

after 034.t.fre:


;; Function foo (foo)

foo (a)
{
  long int c;
  short int b;
  short int D.1528;
  short int D.1527;

<bb 2>:
  D.1527_2 = (short int) a_1;
  b_3 = D.1527_2 & 3;
  c_4 = (long int) b_3;
  D.1528_5 = b_3;
  g = D.1528_5;
  D.1528_8 = b_3;
  h = D.1528_8;
  return;

}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14287



More information about the Gcc-bugs mailing list