invoke.texi, [...]: Refer to gcc-4.4/c99status.html.

* doc/invoke.texi, doc/standards.texi: Refer to
	gcc-4.4/c99status.html.

From-SVN: r145224
This commit is contained in:
Joseph Myers 2009-03-29 03:22:34 +01:00 committed by Joseph Myers
parent 3fc43ad8d4
commit a82cf59bad
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-03-29 Joseph Myers <joseph@codesourcery.com>
* doc/invoke.texi, doc/standards.texi: Refer to
gcc-4.4/c99status.html.
2009-03-28 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and

View File

@ -1426,7 +1426,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.4/c99status.html}} for more information. The
names @samp{c9x} and @samp{iso9899:199x} are deprecated.
@item gnu89

View File

@ -84,7 +84,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.4/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}.)