https://gcc.gnu.org/g:a27540cf24368aa377fa33f1055432d8ae68f6a6

commit r16-1195-ga27540cf24368aa377fa33f1055432d8ae68f6a6
Author: Marek Polacek <pola...@redhat.com>
Date:   Thu Jun 5 15:50:45 2025 -0400

    doc: update links to c99status.html
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Update a link to c99status.html.
            * doc/standards.texi: Likewise.

Diff:
---
 gcc/doc/invoke.texi    | 4 ++--
 gcc/doc/standards.texi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 8de00854a05e..f943d3a70aa7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 011f7e292079..0d765b17aa2a 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -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

Reply via email to