Commit ed9c846c by Richard Henderson Committed by Richard Henderson

* trans.c (gigi): Update gimplify_body call.

From-SVN: r92385
parent 18330d28
2004-12-19 Richard Henderson <rth@redhat.com>
* trans.c (gigi): Update gimplify_body call.
2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
* decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
......
......@@ -253,7 +253,7 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name,
/* Set the current function to be the elaboration procedure and gimplify
what we have. */
current_function_decl = info->elab_proc;
gimplify_body (&gnu_body, info->elab_proc);
gimplify_body (&gnu_body, info->elab_proc, false);
/* We should have a BIND_EXPR, but it may or may not have any statements
in it. If it doesn't have any, we have nothing to do. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment