ludovic.cour...@inria.fr (Ludovic Courtès) writes: > DECL_INITIAL (decl) = > build_block (NULL_TREE, NULL_TREE, decl, NULL_TREE); > DECL_SAVED_TREE (decl) = > build_call_expr (built_in_decls[BUILT_IN_PUTS], 1, parm);
I would normally expect DECL_SAVED_TREE to be a BLOCK. I don't know if that is the problem here, but it is possible. Ian