pt.c (instantiate_class_template): Don't instantiate if pedantic and the args use...
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 24 Feb 1998 01:41:45 +0000 (01:41 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 1998 01:41:45 +0000 (20:41 -0500)
commit8adf5b5e7b6ee28371f5eedcf2aa8c9485cffa16
treee3cb5205033abb6c63826ee65112b84c41b185bc
parent6c3e25ebe24f8b757d68fdfcff6c46238d24efa4
pt.c (instantiate_class_template): Don't instantiate if pedantic and the args use template parms.

* pt.c (instantiate_class_template): Don't instantiate if pedantic
and the args use template parms.
* pt.c (push_tinst_level): If the instantiaton uses template parms,
fail silently.
* decl.c (xref_basetypes): Do call complete_type for basetypes
that involve template parameters.

From-SVN: r18215
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c