public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dgregor at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/31444] [4.3 regression] ICE with invalid use of parameter pack in member template
Date: Fri, 25 May 2007 13:16:00 -0000	[thread overview]
Message-ID: <20070525131602.19795.qmail@sourceware.org> (raw)
In-Reply-To: <bug-31444-1771@http.gcc.gnu.org/bugzilla/>



------- Comment #1 from dgregor at gcc dot gnu dot org  2007-05-25 14:16 -------
Subject: Bug 31444

Author: dgregor
Date: Fri May 25 13:15:04 2007
New Revision: 125062

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

        PR c++/31431
        PR c++/31432
        PR c++/31434
        PR c++/31435
        PR c++/31437
        PR c++/31438
        PR c++/31442
        PR c++/31443
        PR c++/31444
        PR c++/31445
        * error.c (dump_type): Dump TYPE_ARGUMENT_PACK nodes.
        * cp-tree.h (check_for_bare_parameter_packs): Returns bool.
        * pt.c (check_for_bare_parameter_packs): Return bool indicated
        whether everything was okay. Fix indentation.
        (push_template_decl_real): Check for bare parameter packs in
        function parameters; where errors occur, mark the parameter types
        with ERROR_MARK_NODEs to avert ICEs.
        (coerce_template_parameter_pack): New.
        (coerce_template_parms): Moved parameter pack coercion into
        coerce_template_parameter_pack, and permit it anywhere in the
        template parameter list (not just at the end). Parameter and
        argument indices can vary (somewhat) separately now, so add
        PARM_IDX and ARG_IDX.
        (fn_type_unification): Don't set an argument pack as incomplete if
        no argument pack was deduced.
        (type_unification_real): If a type parameter is a parameter pack
        and has not otherwise been deduced, it will be deduced to an empty
        parameter pack.
        (more_specialized_fn): Use the actual lengths of the argument
        lists when comparing against expansions.
        * semantics.c (finish_member_declaration): If a field's type has
        bare parameter packs, error and set its type to ERROR_MARK_NODE.

2007-05-25  Douglas Gregor <doug.gregor@gmail.com>

        PR c++/31431
        PR c++/31432
        PR c++/31434
        PR c++/31435
        PR c++/31437
        PR c++/31438
        PR c++/31442
        PR c++/31443
        PR c++/31444
        PR c++/31445
        * g++.dg/cpp0x/pr31431.C: New.
        * g++.dg/cpp0x/pr31437.C: New.
        * g++.dg/cpp0x/pr31442.C: New.
        * g++.dg/cpp0x/pr31444.C: New.
        * g++.dg/cpp0x/pr31431-2.C: New.
        * g++.dg/cpp0x/pr31432.C: New.
        * g++.dg/cpp0x/pr31434.C: New.
        * g++.dg/cpp0x/pr31438.C: New.
        * g++.dg/cpp0x/pr31443.C: New.
        * g++.dg/cpp0x/pr31445.C: New.
        * g++.dg/cpp0x/variadic-crash1.C: New.





Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31431-2.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31431.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31432.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31434.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31437.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31438.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31442.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31443.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31444.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr31445.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic-crash1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/error.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


  parent reply	other threads:[~2007-05-25 13:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-02 20:20 [Bug c++/31444] New: " reichelt at gcc dot gnu dot org
2007-04-02 20:21 ` [Bug c++/31444] " reichelt at gcc dot gnu dot org
2007-04-25 15:46 ` dgregor at gcc dot gnu dot org
2007-05-25 13:16 ` dgregor at gcc dot gnu dot org [this message]
2007-05-26 19:02 ` reichelt at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070525131602.19795.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).