https://gcc.gnu.org/g:047c200ffcfd301776178d5f6cd6d5108bf965bf

commit r15-9173-g047c200ffcfd301776178d5f6cd6d5108bf965bf
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Apr 3 08:46:03 2025 +0200

    c-family: Regenerate c.opt.urls
    
    On Sun, Mar 30, 2025 at 02:48:43PM +0200, Martin Uecker wrote:
    > The warning -Wzero-as-null-pointer-constant is now not only supported
    > in C++ but also in C.  Change the documentation accordingly.
    
    This change didn't include make regenerate-opt-urls changes, because
    moving option documentation to different section can affect the *.urls
    files.
    
    2025-04-03  Jakub Jelinek  <ja...@redhat.com>
    
            * c.opt.urls: Regenerate.

Diff:
---
 gcc/c-family/c.opt.urls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/c-family/c.opt.urls b/gcc/c-family/c.opt.urls
index dcd81dc28d5f..802729670b08 100644
--- a/gcc/c-family/c.opt.urls
+++ b/gcc/c-family/c.opt.urls
@@ -976,7 +976,7 @@ Wxor-used-as-pow
 UrlSuffix(gcc/Warning-Options.html#index-Wno-xor-used-as-pow)
 
 Wzero-as-null-pointer-constant
-UrlSuffix(gcc/C_002b_002b-Dialect-Options.html#index-Wno-zero-as-null-pointer-constant)
+UrlSuffix(gcc/Warning-Options.html#index-Wno-zero-as-null-pointer-constant)
 
 Wzero-length-bounds
 UrlSuffix(gcc/Warning-Options.html#index-Wzero-length-bounds)

Reply via email to