Fixed ChangLog entries that went in the wrong place.
authorMatt Austern <austern@gcc.gnu.org>
Wed, 2 Oct 2002 21:46:13 +0000 (21:46 +0000)
committerMatt Austern <austern@gcc.gnu.org>
Wed, 2 Oct 2002 21:46:13 +0000 (21:46 +0000)
From-SVN: r57753

gcc/ChangeLog
gcc/cp/ChangeLog

index 7b571cc..3e2af93 100644 (file)
@@ -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.
        * 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
index 7eb00b0..521b497 100644 (file)
        * 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>
 
        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,