aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authornathan <>2005-10-14 15:36:49 +0000
committernathan <>2005-10-14 15:36:49 +0000
commit078cedc0543f7535b69c9feec61d95a4dd309546 (patch)
treebd89fe14baea44bc1be6e47a3864aa646430f170 /gcc/cp/ChangeLog
parentcd2b0d520fec2ab255d1123d68beeb239a600355 (diff)
PR c++/17796
* optimize.c (update_cloned_parm): Add FIRST parameter. Use it. (maybe_clone_body): Track the first clone.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 75ca0198b23..00e0af2a083 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-14 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/17796
+ * optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
+ (maybe_clone_body): Track the first clone.
+
2005-10-13 Nathan Sidwell <nathan@codesourcery.com>
PR c++/23984