https://gcc.gnu.org/g:58735cd75df57ca423dd6189e5f79f4d4686dfa2
commit r16-6810-g58735cd75df57ca423dd6189e5f79f4d4686dfa2 Author: Jakub Jelinek <[email protected]> Date: Thu Jan 15 17:12:07 2026 +0100 c-family: Regenerate c.opt.urls We forgot to regenerate c.opt.urls after the addition of -freflection to c.opt. 2026-01-15 Jakub Jelinek <[email protected]> * c.opt.urls: Regenerate. Diff: --- gcc/c-family/c.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/c-family/c.opt.urls b/gcc/c-family/c.opt.urls index 68c30a98d50e..d571b678fb58 100644 --- a/gcc/c-family/c.opt.urls +++ b/gcc/c-family/c.opt.urls @@ -1355,6 +1355,9 @@ UrlSuffix(gcc/Optimize-Options.html#index-fno-printf-return-value) frange-for-ext-temps UrlSuffix(gcc/C_002b_002b-Dialect-Options.html#index-frange-for-ext-temps) +freflection +UrlSuffix(gcc/C_002b_002b-Dialect-Options.html#index-freflection) + freplace-objc-classes UrlSuffix(gcc/Objective-C-and-Objective-C_002b_002b-Dialect-Options.html#index-freplace-objc-classes)
