OSDN Git Service

* decl.c (grokdeclarator): Complain about in-class initialization
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 1998 14:40:50 +0000 (14:40 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 1998 14:40:50 +0000 (14:40 +0000)
commit9c01cb2e28d01da83a41621b8f1fe6756f75852b
tree745bd98cd8da93d0cd072f1007a7f6506fa51d02
parent954885ed054c86fa3a946f35c7925e447d572ed3
* decl.c (grokdeclarator): Complain about in-class initialization
of aggregates and/or references.
* pt.c (process_template_parm): Clear IS_AGGR_TYPE for
TEMPLATE_TYPE_PARMs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21916 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.other/crash2.C [new file with mode: 0644]