pt.c (redeclare_class_template): Say where the original definition of the template-parameter's default argument...

* pt.c (redeclare_class_template): Say where the original definition
	of the template-parameter's default argument appeared.

From-SVN: r19851
This commit is contained in:
Brendan Kehoe 1998-05-18 12:21:29 +00:00 committed by Brendan Kehoe
parent 069b95ce6d
commit 4a95fafeda
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon May 18 12:20:27 1998 Brendan Kehoe <brendan@cygnus.com>
* pt.c (redeclare_class_template): Say where the original definition
of the template-parameter's default argument appeared.
Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
* call.c (build_over_call): Tweak empty class handling.

View File

@ -1934,6 +1934,7 @@ redeclare_class_template (type, parms)
A template-parameter may not be given default arguments
by two different declarations in the same scope. */
cp_error ("redefinition of default argument for `%#D'", parm);
cp_error_at (" original definition appeared here", tmpl_parm);
return;
}