------- Comment #7 from hjl at lucon dot org 2006-11-01 18:05 ------- If I change the code from
dw_fde_ref fde = &fde_table[fde_table_in_use - 1]; to dw_fde_node *fde = fde_table + fde_table_in_use - 1; I got the same problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29680