Hi! I've committed following patch to 4.6 branch:
2011-03-14 Jakub Jelinek <ja...@redhat.com> * doc/invoke.texi, doc/standards.texi: Refer to gcc-4.6/c99status.html. * DEV-PHASE: Mark "prerelease". --- gcc/doc/standards.texi (.../trunk) (revision 170924) +++ gcc/doc/standards.texi (.../branches/gcc-4_6-branch) (revision 170945) @@ -1,4 +1,4 @@ -@c Copyright (C) 2000, 2001, 2002, 2004, 2006, 2007, 2008, 2010 +@c Copyright (C) 2000, 2001, 2002, 2004, 2006, 2007, 2008, 2010, 2011 @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -86,7 +86,7 @@ as @dfn{AMD1}; the amended standard is s 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.6/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}.) --- gcc/doc/invoke.texi (.../trunk) (revision 170924) +++ gcc/doc/invoke.texi (.../branches/gcc-4_6-branch) (revision 170945) @@ -1529,7 +1529,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.6/c99status.html}} for more information. The names @samp{c9x} and @samp{iso9899:199x} are deprecated. @item c1x --- gcc/DEV-PHASE (.../trunk) (revision 170924) +++ gcc/DEV-PHASE (.../branches/gcc-4_6-branch) (revision 170945) @@ -1 +1 @@ -experimental +prerelease Jakub