From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5249 invoked by alias); 22 May 2010 19:01:16 -0000 Received: (qmail 27750 invoked by uid 48); 22 May 2010 18:51:05 -0000 Date: Sat, 22 May 2010 19:01:00 -0000 Subject: [Bug c++/44244] New: Provide -f flags to turn on individual C++0x features X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jyasskin 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-05/txt/msg02636.txt.bz2 Right now, gcc provides --std=c++0x to turn on all the features from C++0x that it's implemented. However, it would be useful for organizations migrating to C++0x to turn on one feature at a time as that feature becomes stable. For example, we might turn on -fenable-c++0x-auto before -fenable-c++0x-lambdas. -- Summary: Provide -f flags to turn on individual C++0x features Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jyasskin at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44244