https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116322
Bug ID: 116322 Summary: regenerate-opt-urls.py usage Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: gjl at gcc dot gnu.org Target Milestone: --- $ ./regenerate-opt-urls.py -h usage: regenerate-opt-urls.py [-h] [--unit-test] base_html_dir src_gcc_dir [...] Usage (from build/gcc subdirectory): ../../src/gcc/regenerate-opt-urls.py HTML/gcc-14.0.0/ ../../src Running the script terminates with an error: $ ../../../source/gcc-master/gcc/regenerate-opt-urls.py HTML/gcc-15.0.0/ ../../../source/gcc-master/ [...] FileNotFoundError: [Errno 2] No such file or directory: 'HTML/gcc-15.0.0/gdc/Option-Index.html' The problem is obviously that GCC hasn't been configured for D, which is clear because the target does not support D. The regenerate-opt-urls.py should document how to re-generate onyl specific option files, namely the one that is associated to a changed .opt file (somewhere in gcc/config/$target).