diff options
author | Marek Polacek <polacek@redhat.com> | 2014-10-15 10:08:00 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2014-10-15 10:08:00 +0000 |
commit | d73326ca59c975967be01add1918f0743c779bb4 (patch) | |
tree | c9f5756cd1beeca56ec5d77216435248c56b4966 /gcc/doc/invoke.texi | |
parent | 13f447a33ca50156257d0cef0b707aa18416fa9b (diff) | |
download | gcc-d73326ca59c975967be01add1918f0743c779bb4.zip gcc-d73326ca59c975967be01add1918f0743c779bb4.tar.gz gcc-d73326ca59c975967be01add1918f0743c779bb4.tar.bz2 |
invoke.texi: Update to reflect that GNU11 is the default mode for C.
* doc/invoke.texi: Update to reflect that GNU11 is the default
mode for C.
* c-common.h (c_language_kind): Update comment.
c-family/
* c-opts.c (c_common_init_options): Make -std=gnu11 the default for C.
From-SVN: r216247
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2b62a73..f7055d0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1693,8 +1693,7 @@ interfaces) and L (Analyzability). The name @samp{c1x} is deprecated. @item gnu90 @itemx gnu89 -GNU dialect of ISO C90 (including some C99 features). This -is the default for C code. +GNU dialect of ISO C90 (including some C99 features). @item gnu99 @itemx gnu9x @@ -1702,8 +1701,8 @@ GNU dialect of ISO C99. The name @samp{gnu9x} is deprecated. @item gnu11 @itemx gnu1x -GNU dialect of ISO C11. This is intended to become the default in a -future release of GCC. The name @samp{gnu1x} is deprecated. +GNU dialect of ISO C11. This is the default for C code. +The name @samp{gnu1x} is deprecated. @item c++98 @itemx c++03 |