From 6d7108ad7f941a303bdb93dbcd49882585535fe7 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 30 Jun 2025 19:05:36 +0200 Subject: [PATCH] Regenerate common.opt.urls When -fauto-profile-inlining was added it was documented, but common.opt.urls wasn't regenerated. Fixes: aaf55e09b3d9 ("Add -fauto-profile-inlining") gcc/ChangeLog: * common.opt.urls: Regenerate. --- gcc/common.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/common.opt.urls b/gcc/common.opt.urls index c7f234bce41..c7050895cc9 100644 --- a/gcc/common.opt.urls +++ b/gcc/common.opt.urls @@ -433,6 +433,9 @@ UrlSuffix(gcc/Optimize-Options.html#index-fauto-profile) fauto-profile= UrlSuffix(gcc/Optimize-Options.html#index-fauto-profile) +fauto-profile-inlining +UrlSuffix(gcc/Optimize-Options.html#index-fauto-profile-inlining) + fbounds-check LangUrlSuffix_D(gdc/Runtime-Options.html#index-fbounds-check) LangUrlSuffix_Fortran(gfortran/Code-Gen-Options.html#index-fbounds-check) -- 2.47.3