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++/33461] [4.3 regression] ICE with invalid specialization involving parameter packs



------- Comment #3 from paolo at gcc dot gnu dot org  2007-10-11 09:39 -------
Subject: Bug 33461

Author: paolo
Date: Thu Oct 11 09:39:41 2007
New Revision: 129229

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129229
Log:
/testsuite
2007-10-11  Paolo Carlini  <pcarlini@suse.de>

        PR c++/31441
        * g++.dg/cpp0x/variadic83.C: New.

/cp
2007-10-11  Paolo Carlini  <pcarlini@suse.de>

        PR c++/33461
        * pt.c (coerce_template_parameter_pack): Do not pass error_mark_node
        to convert_template_argument.
        (coerce_template_parms): Return error_mark_node after fixed-length
        error.
        (tsubst_decl): Check for error_mark_node the return value of the
        first tsubst in 'case VAR_DECL'.

/testsuite
2007-10-11  Paolo Carlini  <pcarlini@suse.de>

        PR c++/33461
        * g++.dg/cpp0x/variadic81.C: New.
        * g++.dg/cpp0x/variadic82.C: Likewise.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic81.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic82.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic83.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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