aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2003-09-09 19:46:35 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-09-09 19:46:35 -0700
commit288a242be4fc5161e02cc9b1ed98f6423e285302 (patch)
tree05c540545c996594a4dd9da0a8d5bde636147799 /gcc
parente4d91027850876962ec414f0446a12009753dc2d (diff)
downloadgcc-288a242be4fc5161e02cc9b1ed98f6423e285302.zip
gcc-288a242be4fc5161e02cc9b1ed98f6423e285302.tar.gz
gcc-288a242be4fc5161e02cc9b1ed98f6423e285302.tar.bz2
semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always.
* semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always. From-SVN: r71262
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index bd1093f..1698444 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,8 @@
2003-09-09 Richard Henderson <rth@redhat.com>
+ * semantics.c (expand_or_defer_fn): Use cgraph_finalize_function
+ always.
+
* decl2.c (finish_file): Avoid out-of-bounds array reference
during memmove.