From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72119 invoked by alias); 17 Aug 2015 18:42:45 -0000 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 Received: (qmail 71682 invoked by uid 55); 17 Aug 2015 18:42:41 -0000 From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67244] [5/6 Regression] internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:1801 Date: Mon, 17 Aug 2015 18:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-08/txt/msg01150.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67244 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Aug 17 18:42:09 2015 New Revision: 226950 URL: https://gcc.gnu.org/viewcvs?rev=226950&root=gcc&view=rev Log: PR c++/67244 * pt.c (tsubst_copy_and_build): Call insert_pending_capture_proxies. Added: trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested5.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/pt.c