aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/rust/rust-gcc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc
index 7fd9b65..f674fc8 100644
--- a/gcc/rust/rust-gcc.cc
+++ b/gcc/rust/rust-gcc.cc
@@ -1021,6 +1021,7 @@ Gcc_backend::var_expression (Bvariable *var, Location location)
}
// Return a typed value as a constant integer.
+// This function does not release the memory of @val
tree
Gcc_backend::integer_constant_expression (tree t, mpz_t val)