aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Austern <austern@gcc.gnu.org>2002-10-02 21:46:13 +0000
committerMatt Austern <austern@gcc.gnu.org>2002-10-02 21:46:13 +0000
commit69788039ff6be5e14fd8011c0c63b3168adae7c9 (patch)
treec39b11bf77f826f18742f1c2223ec8b99c1a3bd7
parent593bbdc115251bbf6dff1d83409fad25b1a4a5f8 (diff)
downloadgcc-69788039ff6be5e14fd8011c0c63b3168adae7c9.zip
gcc-69788039ff6be5e14fd8011c0c63b3168adae7c9.tar.gz
gcc-69788039ff6be5e14fd8011c0c63b3168adae7c9.tar.bz2
Fixed ChangLog entries that went in the wrong place.
From-SVN: r57753
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/cp/ChangeLog9
2 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7b571cc..3e2af93 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -4,11 +4,6 @@
* config/i386/i386.c (ix86_register_move_cost): Increase cost
for secondary_memory_needed pairs.
-2002-10-02 Matt Austern <austern@apple.com>
-
- * class.c (check_field_decls): Changed warning about const member
- variables so that it doesn't get issued for a class aggregate.
-
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* doc/vms.texi: Blow away false include file section.
@@ -27,10 +22,6 @@
* tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
here from cp/cp-tree.h.
-2002-10-02 Matt Austern <austern@apple.com>
- * cp/decl.c (walk_vtables_r): Fixed typo that caused result to
- never get a nonzero value.
-
Wed Oct 2 17:01:36 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (print_operand_address): Use RIP addressing for offsetted
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7eb00b0..521b497 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -23,6 +23,10 @@
* pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
(tsubst_initializer_list): Use expand_member_init.
* semantics.c (finish_mem_intiailizers): Simplify.
+
+2002-10-02 Matt Austern <austern@apple.com>
+ * decl.c (walk_vtables_r): Fixed typo that caused result to
+ never get a nonzero value.
2002-10-02 Roger Sayle <roger@eyesopen.com>
@@ -33,6 +37,11 @@
in function pointers, ensure that force_align_functions_log
is atleast one.
+2002-10-02 Matt Austern <austern@apple.com>
+
+ * class.c (check_field_decls): Changed warning about const member
+ variables so that it doesn't get issued for a class aggregate.
+
2002-10-01 Mark Mitchell <mark@codesourcery.com>
* decl.c (cp_finish_decl): Make sure array types are laid out,