[Bug tree-optimization/26307] load PRE creates type mismatches

2008-11-30 Thread rguenth 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

[Bug tree-optimization/26307] load PRE creates type mismatches

2008-11-29 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2008-11-29 16:25 --- Is this still an issue? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26307

[Bug tree-optimization/26307] load PRE creates type mismatches

2006-08-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 05:51 --- Confirmed, this should be resolved by my patch at: http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00179.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26307] load PRE creates type mismatches

2006-08-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 05:58 --- That testcase no longer ICEs, PRE selects void* for the variable. Here is a testcase that currently does fail: int *automata_list_finish (void ** entry_ptr, int *current_automata_list) { if (*entry_ptr == ((void