This is the mail archive of the gcc-bugs@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]

[Bug c++/27398] [4.0/4.1/4.2 regression] ICE on missing closing parenthesis



------- Comment #3 from reichelt at gcc dot gnu dot org  2006-05-21 08:39 -------
Subject: Bug 27398

Author: reichelt
Date: Sun May 21 08:39:14 2006
New Revision: 113950

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113950
Log:
        PR c++/27398
        * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE
        or void_type_node.

        * g++.dg/template/crash50.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/template/crash50.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27398


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