[Bug c++/31141] [4.3 regression] ICE with ellipsis in template parameter list

dgregor at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Mar 31 12:42:00 GMT 2007



------- Comment #2 from dgregor at gcc dot gnu dot org  2007-03-31 13:41 -------
Subject: Bug 31141

Author: dgregor
Date: Sat Mar 31 13:41:30 2007
New Revision: 123380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123380
Log:
2007-03-31  Douglas Gregor  <doug.gregor@gmail.com>

        PR c++/31138
        PR c++/31140
        PR c++/31141
        * parser.c (declarator_can_be_parameter_pack): New.
        (cp_parser_template_parameter): Only parse the `...' if the
        declarator can be a parameter pack.
        (cp_parser_parameter_declaration): Ditto. Also, handle when TYPE
        is NULL.
        * pt.c (find_parameter_packs_r): Look into the bounds on integer
        types (they could be used as array bounds). 
        (check_for_bare_parameter_packs): Deal with TEMPLATE_PARM_INDEX.
        (tsubst_pack_expansion): Handle failure to expand parameter
        packs.

2007-03-31  Douglas Gregor  <doug.gregor@gmail.com>

        * g++.dg/parser/pr31138.C: New.
        * g++.dg/parser/pr31140.C: New.
        * g++.dg/parser/pr31141.C: New.


Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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



More information about the Gcc-bugs mailing list