Hi, Ian Lance Taylor <i...@google.com> writes:
> 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. AFAICS it’s often a statement list or a BIND expression, and a single statement appears to work too (same problem with a statement list). I think the problem lies elsewhere... Thanks, Ludo’.