]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: update links to c99status.html
authorMarek Polacek <polacek@redhat.com>
Thu, 5 Jun 2025 19:50:45 +0000 (15:50 -0400)
committerMarek Polacek <polacek@redhat.com>
Thu, 5 Jun 2025 19:51:10 +0000 (15:51 -0400)
gcc/ChangeLog:

* doc/invoke.texi: Update a link to c99status.html.
* doc/standards.texi: Likewise.

gcc/doc/invoke.texi
gcc/doc/standards.texi

index 8de00854a05e791c5aa2090df9b2a5c106e49f19..f943d3a70aa79886373e6d98e08385d482c99b4a 100644 (file)
@@ -2440,8 +2440,8 @@ ISO C99.  This standard is substantially completely supported, modulo
 bugs and floating-point issues
 (mainly but not entirely relating to optional C99 features from
 Annexes F and G).  See
-@w{@uref{https://gcc.gnu.org/c99status.html}} for more information.  The
-names @samp{c9x} and @samp{iso9899:199x} are deprecated.
+@w{@uref{https://gcc.gnu.org/projects/c-status.html}} for more information.
+The names @samp{c9x} and @samp{iso9899:199x} are deprecated.
 
 @item c11
 @itemx c1x
index 011f7e292079d84fce0a3e050084a791f01d7649..0d765b17aa2a63ad82d6e538517d90a7880dae47 100644 (file)
@@ -96,8 +96,8 @@ A new edition of the ISO C standard was published in 1999 as ISO/IEC
 development, drafts of this standard version were referred to as
 @dfn{C9X}.)  GCC has substantially
 complete support for this standard version; see
-@uref{https://gcc.gnu.org/c99status.html} for details.  To select this
-standard, use @option{-std=c99} or @option{-std=iso9899:1999}.  
+@uref{https://gcc.gnu.org/projects/c-status.html} for details.  To select
+this standard, use @option{-std=c99} or @option{-std=iso9899:1999}.
 
 Errors in the 1999 ISO C standard were corrected in three Technical
 Corrigenda published in 2001, 2004 and 2007.  GCC does not support the