From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32596 invoked by alias); 23 Feb 2010 01:47:44 -0000 Received: (qmail 32468 invoked by uid 48); 23 Feb 2010 01:47:30 -0000 Date: Tue, 23 Feb 2010 01:47:00 -0000 Message-ID: <20100223014730.32467.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43081] ICE with invalid in-class initializer In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02283.txt.bz2 ------- Comment #1 from jason at gcc dot gnu dot org 2010-02-23 01:47 ------- This isn't specific to lambdas; this testcase gets the same ICE: struct A { typedef void (F)(); F f = 1; }; -- jason at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[c++0x] ICE with invalid use|ICE with invalid in-class |of lambda expression |initializer http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43081