------- Comment #13 from bonzini at gnu dot org  2006-08-25 07:47 -------
PRE is eliminating

  char *d.0_6;
  d.0_6 = (char *) d_1;

by turning it into

  char * prephitmp.24;
  d.0_6 = prephitmp.24_14;

I think that not all casts should not be subject to PRE.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org


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

Reply via email to