From: Benjamin Kosnik Date: Mon, 24 Aug 1998 11:57:02 +0000 (+0000) Subject: cp-tree.h: Declare. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=037155f1fdb64e4bb73b0d2e243df3694277d85a;p=gcc.git cp-tree.h: Declare. � 1998-08-24 Benjamin Kosnik * cp-tree.h: Declare. * pt.c (decl_template_parm_p): New function. * decl.c (pushdecl): Check decls for redeclaring template parms. (xref_tag): Make redeclaration an error, print decl. * decl2.c (grokfield): Check field_decls for redeclaration as well. From-SVN: r21941 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0d066908a7d..a89d657a9ba 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +1998-08-24 Benjamin Kosnik + + * cp-tree.h: Declare. + * pt.c (decl_template_parm_p): New function. + * decl.c (pushdecl): Check decls for redeclaring template parms. + (xref_tag): Make redeclaration an error, print decl. + * decl2.c (grokfield): Check field_decls for redeclaration as well. + 1998-08-24 Jason Merrill * parse.y (primary): Fix up the type of string constants.