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

lmillward@gcc.gnu.org lmillward@gcc.gnu.org
Thu Sep 21 18:33:00 GMT 2006


Author: lmillward
Date: Thu Sep 21 18:33:49 2006
New Revision: 117118

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117118
Log:
        PR c++/28303
        * decl.c (grokdeclarator): Return error_mark_node on
        declaration with two or more data types.

        * g++.dg/template/typedef6.C: New test.
        * g++.dg/init/error1.C: Adjust error markers.
        * g++.dg/parse/crash9.C: Likewise.
        * g++.dg/template/crash55.C: Likewise.


Added:
    trunk/gcc/testsuite/g++.dg/template/typedef6.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/init/error1.C
    trunk/gcc/testsuite/g++.dg/template/crash55.C



More information about the Gcc-cvs mailing list