aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog.1
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog.1')
-rw-r--r--gcc/cp/ChangeLog.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog.1 b/gcc/cp/ChangeLog.1
index 024a4e62126..78fa17931e2 100644
--- a/gcc/cp/ChangeLog.1
+++ b/gcc/cp/ChangeLog.1
@@ -3529,7 +3529,7 @@ Thu Dec 15 15:17:55 1994 Mike Stump <mrs@cygnus.com>
* *.[chy] (expand_aggr_init) Add fourth argument to handle
distinction between = init and (init) style of initializations.
- * *.[chy] (finish_decl): Add fifth argument to to handle
+ * *.[chy] (finish_decl): Add fifth argument to handle
distinction between = init and (init) style of initializations.
Tue Dec 13 19:16:05 1994 Mike Stump <mrs@cygnus.com>
@@ -5283,7 +5283,7 @@ Sat Jun 11 17:09:05 1994 Jason Merrill <jason@deneb.cygnus.com>
* decl.c (grok_op_properties): Split out checking for whether this
function should suppress the default assignment operator.
* decl2.c (grok_function_init): Likewise.
- (copy_assignment_arg_p): New function do do just that.
+ (copy_assignment_arg_p): New function to do just that.
Now considers virtual assignment operators that take a base as an
argument to count as copy assignment operators.