https://gcc.gnu.org/g:70e302d92a6856d1e9bcdca1265203dc3cbd6395

commit r16-2002-g70e302d92a6856d1e9bcdca1265203dc3cbd6395
Author: Jan Hubicka <hubi...@ucw.cz>
Date:   Fri Jul 4 09:14:52 2025 +0200

    Regenerate common.opt.urls and add period into common.opt
    
    gcc/ChangeLog:
    
            * common.opt: Add period.
            * common.opt.urls: Regenerate.

Diff:
---
 gcc/common.opt      | 2 +-
 gcc/common.opt.urls | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/common.opt b/gcc/common.opt
index 8163e0372252..3d65656e658c 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -547,7 +547,7 @@ Warn if an array is accessed out of bounds.
 
 Wauto-profile
 Common Var(warn_auto_profile) Warning
-Warn about problems with auto-profile data
+Warn about problems with auto-profile data.
 
 Wuse-after-free
 Common Var(warn_use_after_free) Warning
diff --git a/gcc/common.opt.urls b/gcc/common.opt.urls
index c7050895cc96..a507168d4092 100644
--- a/gcc/common.opt.urls
+++ b/gcc/common.opt.urls
@@ -64,6 +64,9 @@ UrlSuffix(gcc/Warning-Options.html#index-Warray-bounds)
 Warray-bounds=
 UrlSuffix(gcc/Warning-Options.html#index-Warray-bounds)
 
+Wauto-profile
+UrlSuffix(gcc/Warning-Options.html#index-Wauto-profile)
+
 Wuse-after-free
 UrlSuffix(gcc/Warning-Options.html#index-Wno-use-after-free)

Reply via email to