From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26583 invoked by alias); 6 Jan 2010 22:58:11 -0000 Received: (qmail 26469 invoked by uid 48); 6 Jan 2010 22:57:56 -0000 Date: Wed, 06 Jan 2010 22:58:00 -0000 Message-ID: <20100106225755.26468.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bkoz 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-01/txt/msg00711.txt.bz2 ------- Comment #2 from bkoz at gcc dot gnu dot org 2010-01-06 22:57 ------- Sure. We can fix this by adding -std=gnu++0x for all compiles, and then marking up the testcase appropriately. Sadly, this results in widespread observance of: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42634 These are in the pb_ds test cases. However, once that is fixed this will be all taken care of. -- bkoz at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |42634 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42491