public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/43081]  New: [c++0x] ICE with invalid use of lambda expression
Date: Mon, 15 Feb 2010 14:34:00 -0000	[thread overview]
Message-ID: <bug-43081-1771@http.gcc.gnu.org/bugzilla/> (raw)

The following invalid code snippet triggers an ICE on trunk:

=======================================
struct A
{
  typedef void (F)();
  F f = []{};
};
=======================================

bug.cc:4:12: internal compiler error: in grokfield, at cp/decl2.c:911
Please submit a full bug report, [etc.]


-- 
           Summary: [c++0x] ICE with invalid use of lambda expression
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


             reply	other threads:[~2010-02-15 14:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-15 14:34 reichelt at gcc dot gnu dot org [this message]
2010-02-23  1:47 ` [Bug c++/43081] ICE with invalid in-class initializer jason at gcc dot gnu dot org
2010-02-23  1:51 ` [Bug c++/43081] [4.3/4.4/4.5 regression] " jason at gcc dot gnu dot org
2010-03-01 11:30 ` rguenth at gcc dot gnu dot org
2010-03-01 11:49 ` rguenth at gcc dot gnu dot org
2010-03-19 16:18 ` matz at gcc dot gnu dot org
2010-03-20 17:00 ` matz at gcc dot gnu dot org
2010-03-20 18:01 ` simartin at gcc dot gnu dot org
2010-03-20 18:04 ` [Bug c++/43081] [4.3/4.4 " simartin at gcc dot gnu dot org
2010-05-22 18:35 ` rguenth 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=bug-43081-1771@http.gcc.gnu.org/bugzilla/ \
    --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).