https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88472
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:997c9be5553a32b1fb787b496c3e38f9a4446d1e commit r16-7683-g997c9be5553a32b1fb787b496c3e38f9a4446d1e Author: Sandra Loosemore <[email protected]> Date: Sat Feb 21 01:04:14 2026 +0000 doc: Fix the attribute urlifier after changes to indexing [PR88472] Recent patches to the GCC manual have merged previously-separate sections for function, variable, type, and statement attributes, and created a separate index for attributes instead of putting them in the concept index. This reorganization broke the attribute URLifier and its self-tests. I've fixed it up and regenerated attr-urls.def. gcc/ChangeLog PR other/88472 * Makefile.in (ATTR_URLS_HTML_DEPS): Point at new index file. * attr-urls.def: Regenerated. * gcc-attribute-urlifier.cc (test_attribute_urlifier): Adjust URLs to match formatting in the new index. * regenerate-attr-urls.py (parse_html_line_attribute_index): Update pattern to match formatting in the new combined index. Don't segregate entries into separate function/variable/etc arrays. (INDEX_REL_PATH): Point at the new index file. (class TestParsingIndex): Update patterns in self-tests to match the current formatting.
