------- 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 *)0)) *entry_ptr = (void *) current_automata_list; else free_automata_list (); return (int *) *entry_ptr; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26307