This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r116302 - in /trunk/gcc: cp/ChangeLog cp/decl.c...


Author: lmillward
Date: Mon Aug 21 17:34:44 2006
New Revision: 116302

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116302
Log:
        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.


Added:
    trunk/gcc/testsuite/g++.dg/parse/ctor7.C
    trunk/gcc/testsuite/g++.dg/parse/ctor8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]