This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26307] load PRE creates type mismatches
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2008 12:01:52 -0000
- Subject: [Bug tree-optimization/26307] load PRE creates type mismatches
- References: <bug-26307-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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