decl.c (grokdeclarator): Undo 1998-12-14 change.
authorMark Mitchell <mark@markmitchell.com>
Wed, 13 Jan 1999 16:27:23 +0000 (16:27 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 13 Jan 1999 16:27:23 +0000 (16:27 +0000)
commit5db698f69596792710fcaed354fec8e1b3cd6937
treece6703680015d590b1e0ead271681375f49331bd
parent39268973a6bade5db1cc14e6034c96f0584292c9
decl.c (grokdeclarator): Undo 1998-12-14 change.

* decl.c (grokdeclarator): Undo 1998-12-14 change.
* tree.c (build_cplus_array_type_1): Likewise.
* pt.c (instantiate_class_template): Remove misleading comment.
(tsubst_aggr_type): Substitute if there are template parameters,
regardless of whether or not they use template arguments.
(unify): Likewise, but for unification.

From-SVN: r24656
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/testsuite/g++.old-deja/g++.pt/crash25.C [new file with mode: 0644]