On Tue, Sep 07, 2004 at 06:04:10PM -0400, Richard Kenner wrote: > OK, I fixed that bug in the front end. Now I get an abort in > add_pointed_to_var. The reason is that DECL_INITIAL of a pointer is > set to INTEGER_CST of zero, but add_pointed_to_var expects an ADDR_EXPR. I think add_pointed_to_var and add_pointed_to_expr should be merged. Thoughts, Diego? r~