OSDN Git Service

* typeck2.c (add_exception_specifier): Only require complete type if
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 18:35:06 +0000 (18:35 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 18:35:06 +0000 (18:35 +0000)
commitba1f2de0e828ea1c3c45c821a03a2bf00ffe858b
tree0b8a34439005ae5ca91033d3c6525a749a09fa48
parenta53bc499dde831fee4ce258f8fa92a70f95105a4
* typeck2.c (add_exception_specifier): Only require complete type if
not in processing template declaration.

* g++.dg/eh/template1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45032 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/template1.C [new file with mode: 0644]