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/24609] [4.0/4.1/4.2 regression] Same value duplicated in two different registers



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


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