From 8c7631cc88f863f875752318d990c825b0f0257e Mon Sep 17 00:00:00 2001 From: mpolacek Date: Thu, 29 Jan 2015 10:01:38 +0000 Subject: [PATCH] * doc/standards.texi: Reflect that the default for C is gnu11. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220236 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/standards.texi | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 38cb9e509ae..81a4311ef7d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-29 Marek Polacek + + * doc/standards.texi: Reflect that the default for C is gnu11. + 2015-01-29 Kaz Kojima PR target/64761 diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index fef81aeb69e..c791f59de46 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -110,12 +110,10 @@ they conflict with the C standard version selected. You may also select an extended version of the C language explicitly with @option{-std=gnu90} (for C90 with GNU extensions), @option{-std=gnu99} (for C99 with GNU extensions) or @option{-std=gnu11} (for C11 with GNU -extensions). The default, if no C language dialect -options are given, is @option{-std=gnu90}; this is intended to change -to @option{-std=gnu11} in some future release. Some features that are -part of the C99 standard are -accepted as extensions in C90 mode, and some features that are part of -the C11 standard are accepted as extensions in C90 and C99 modes. +extensions). The default, if no C language dialect options are given, +is @option{-std=gnu11}. Some features that are part of the C99 standard +are accepted as extensions in C90 mode, and some features that are part +of the C11 standard are accepted as extensions in C90 and C99 modes. The ISO C standard defines (in clause 4) two classes of conforming implementation. A @dfn{conforming hosted implementation} supports the -- 2.11.4.GIT