From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21514 invoked by alias); 26 Nov 2012 19:48:29 -0000 Received: (qmail 21443 invoked by uid 48); 26 Nov 2012 19:48:15 -0000 From: "walker_643 at yahoo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55472] Linker cannot find lambda symbol Date: Mon, 26 Nov 2012 19:48: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: walker_643 at yahoo dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-11/txt/msg02439.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55472 --- Comment #1 from walker_643 at yahoo dot com 2012-11-26 19:48:15 UTC --- I believe the code to be valid C++11, and, indeed it does compile, link, and run on gcc 4.5 (as seen here http://ideone.com/VvFuMs ), but no GCC versions 4.7 - 4.8 are able to link properly.