public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43081]  New: [c++0x] ICE with invalid use of lambda expression
@ 2010-02-15 14:34 reichelt at gcc dot gnu dot org
  2010-02-23  1:47 ` [Bug c++/43081] ICE with invalid in-class initializer jason at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2010-02-15 14:34 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-05-22 18:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-15 14:34 [Bug c++/43081] New: [c++0x] ICE with invalid use of lambda expression reichelt at gcc dot gnu dot org
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

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).