tree ssa and type issues

Gabriel Dos Reis gdr@integrable-solutions.net
Sat May 21 18:17:00 GMT 2005


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



More information about the Gcc mailing list