]> gcc.gnu.org Git - gcc.git/commit
re PR c++/28505 (ICE with invalid constructors)
authorLee Millward <lee.millward@codesourcery.com>
Mon, 21 Aug 2006 17:34:44 +0000 (17:34 +0000)
committerLee Millward <lmillward@gcc.gnu.org>
Mon, 21 Aug 2006 17:34:44 +0000 (17:34 +0000)
commit623c65f1732d0ee0fc163921272d152b50211710
treee3efba4f1de1ad3d07c448a7f2b11f92a2d02e31
parent18ff35c669b4721876e3883e8c97b22683239a2e
re PR c++/28505 (ICE with invalid constructors)

        PR c++/28505
        * decl.c (grokdeclarator): Return early after
        issuing diagnostic about an incomplete type.

        * g++.dg/parse/ctor7.C: New test.
        * g++.dg/parse/ctor8.C: Likewise.

From-SVN: r116302
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/ctor7.C [new file with mode: 0644]
gcc/testsuite/g++.dg/parse/ctor8.C [new file with mode: 0644]
This page took 0.060807 seconds and 5 git commands to generate.