From: Jason Merrill Date: Tue, 11 Mar 2014 15:37:12 +0000 (-0400) Subject: * c.opt: Add -std=gnu++14. X-Git-Tag: releases/gcc-4.9.0~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a07f6ed2dd05923f69b8983e1fab767feecd393a;p=thirdparty%2Fgcc.git * c.opt: Add -std=gnu++14. From-SVN: r208486 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 0a3e0ad25c2c..e149e60d5ec5 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2014-03-11 Jason Merrill + + * c.opt: Add -std=gnu++14. + 2014-03-11 Ian Bolton * c-opts.c (c_common_post_options): Don't override diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 625c3ba32362..7d0a2cd4ac6e 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1408,6 +1408,9 @@ std=gnu++1y C++ ObjC++ Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support) +std=gnu++14 +C++ ObjC++ Alias(std=gnu++1y) Undocumented + std=gnu11 C ObjC Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)