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/26307] load PRE creates type mismatches



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-11-30 12:01 -------
PRE now does the correct thing:

  pretmp.13_12 = *entry_ptr_1(D);

<bb 5>:
  # prephitmp.14_14 = PHI <current_automata_list_3(D)(3), pretmp.13_12(4)>
  D.1235_4 = prephitmp.14_14;
  D.1239_5 = (int *) D.1235_4;

with pretmp and the prephitmp being (void *) pointers.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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