aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-12-19 11:59:23 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-12-19 11:59:23 -0800
commited9c846c2079c536b0313dfaeef15c22e3e66a2b (patch)
tree1fca563264ce347eae600f222c03bdb30c7956b4 /gcc/ada
parent18330d2859ff2eced2a246b64eae2212d32794b6 (diff)
downloadgcc-ed9c846c2079c536b0313dfaeef15c22e3e66a2b.zip
gcc-ed9c846c2079c536b0313dfaeef15c22e3e66a2b.tar.gz
gcc-ed9c846c2079c536b0313dfaeef15c22e3e66a2b.tar.bz2
* trans.c (gigi): Update gimplify_body call.
From-SVN: r92385
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/trans.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 44e0cb7..1676f35 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c
index 2acf832..e3d5f47 100644
--- a/gcc/ada/trans.c
+++ b/gcc/ada/trans.c
@@ -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. */