Commit 69788039 by Matt Austern

Fixed ChangLog entries that went in the wrong place.

From-SVN: r57753
parent 593bbdc1
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
* config/i386/i386.c (ix86_register_move_cost): Increase cost * config/i386/i386.c (ix86_register_move_cost): Increase cost
for secondary_memory_needed pairs. 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> 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* doc/vms.texi: Blow away false include file section. * doc/vms.texi: Blow away false include file section.
...@@ -27,10 +22,6 @@ ...@@ -27,10 +22,6 @@
* tree.h (enum ptrmemfunc_vbit_where_t): Move definition to * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
here from cp/cp-tree.h. 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> Wed Oct 2 17:01:36 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (print_operand_address): Use RIP addressing for offsetted * i386.c (print_operand_address): Use RIP addressing for offsetted
......
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
* pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case. * pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
(tsubst_initializer_list): Use expand_member_init. (tsubst_initializer_list): Use expand_member_init.
* semantics.c (finish_mem_intiailizers): Simplify. * 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> 2002-10-02 Roger Sayle <roger@eyesopen.com>
...@@ -33,6 +37,11 @@ ...@@ -33,6 +37,11 @@
in function pointers, ensure that force_align_functions_log in function pointers, ensure that force_align_functions_log
is atleast one. 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> 2002-10-01 Mark Mitchell <mark@codesourcery.com>
* decl.c (cp_finish_decl): Make sure array types are laid out, * decl.c (cp_finish_decl): Make sure array types are laid out,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment