invoke.texi (-std=c99), [...]): Refer to GCC 4.7 version of c99status.html.

* doc/invoke.texi (-std=c99), doc/standards.texi (C language):
	Refer to GCC 4.7 version of c99status.html.

From-SVN: r185364
This commit is contained in:
Joseph Myers 2012-03-13 23:18:07 +00:00 committed by Joseph Myers
parent a9e2eaaf3b
commit 0ebca56924
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-03-13 Joseph Myers <joseph@codesourcery.com>
* doc/invoke.texi (-std=c99), doc/standards.texi (C language):
Refer to GCC 4.7 version of c99status.html.
2012-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
Backport from mainline

View File

@ -1570,7 +1570,7 @@ ISO C90 as modified in amendment 1.
@itemx iso9899:1999
@itemx iso9899:199x
ISO C99. Note that this standard is not yet fully supported; see
@w{@uref{http://gcc.gnu.org/c99status.html}} for more information. The
@w{@uref{http://gcc.gnu.org/gcc-4.7/c99status.html}} for more information. The
names @samp{c9x} and @samp{iso9899:199x} are deprecated.
@item c11

View File

@ -88,7 +88,7 @@ as @dfn{AMD1}; the amended standard is sometimes known as @dfn{C94} or
A new edition of the ISO C standard was published in 1999 as ISO/IEC
9899:1999, and is commonly known as @dfn{C99}. GCC has incomplete
support for this standard version; see
@uref{http://gcc.gnu.org/c99status.html} for details. To select this
@uref{http://gcc.gnu.org/gcc-4.7/c99status.html} for details. To select this
standard, use @option{-std=c99} or @option{-std=iso9899:1999}. (While in
development, drafts of this standard version were referred to as
@dfn{C9X}.)