Hi again, I just hit this one from tree-ssa-into.c:rewrite_into_ssa()
/* Initialize dominance frontier. */
dfs = (bitmap *) xmalloc (last_basic_block * sizeof (bitmap *));
^^^^^^^^
If the sizeof operand really supposed to be "bitmap*" and not "bitmap"?
-- Gaby
