From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12012 invoked by alias); 14 Jan 2010 02:00:15 -0000 Received: (qmail 10783 invoked by uid 48); 14 Jan 2010 01:59:57 -0000 Date: Thu, 14 Jan 2010 02:00:00 -0000 Message-ID: <20100114015957.10779.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42741] c++0x: core dump in recursive lambda function In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vimal78 at gmail dot com" 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-01/txt/msg01623.txt.bz2 ------- Comment #1 from vimal78 at gmail dot com 2010-01-14 01:59 ------- the capture list refers to these lambda functions: auto term = [](int a)->int{return a*a;}; auto next = [](int a)->int{return a++;}; sorry i didn't put this along earlier. -- vimal78 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|core dump in recursive |c++0x: core dump in |lambda function |recursive lambda function http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42741