egcs/gcc/cp ChangeLog class.c decl.c init.c tree.c
jason@cygnus.com
jason@cygnus.com
Sun Nov 22 21:34:00 GMT 1998
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: jason@egcs.cygnus.com 98/11/22 21:34:29
Modified files:
gcc/cp : ChangeLog class.c decl.c init.c tree.c
Log message:
* decl.c (tag_name): New fn.
(xref_tag): Complain about using typedef-name after class-key.
Fixes Sec7/1_3/C07351.cm.
* init.c (expand_vec_init): Also keep going if from_array.
Fixes g++.other/copy1.C.
* tree.c (is_overloaded_fn): Also handle the output of
build_offset_ref.
Fixes Sec5/3_3/S05162.C.
* decl.c (grokdeclarator): Use constructor_name when comparing
field name against enclosing class.
* class.c (finish_struct_anon): Likewise.
Fixes Sec9/2/C09268.cm.
More information about the Gcc-cvs
mailing list