[cfe-commits] [PATCH] --std=gnu++0xc9x : Allowing C++0x, C99 and GNU extensions

Eli Friedman eli.friedman at gmail.com
Thu Sep 2 18:37:58 PDT 2010


On Thu, Sep 2, 2010 at 3:31 PM, Benoit Belley
<Benoit.Belley at autodesk.com> wrote:
> Hi Everyone
>
> To compile my application, I need to enable both the C++0x and C99 language features along with the GNU extensions (yes, I know this seems crazy but it is true!). Previously, that was not possible with Clang. The following patch makes that possible by adding the command-line options : --std=gnu++0xc9x.

What exactly do you need that is not part of gnu++0x?  We don't really
want to deviate from gcc here unless there's a compelling reason.

-Eli




More information about the cfe-commits mailing list