https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81191
Bug ID: 81191 Summary: `-fsplit-paths` is listed as `-O2`instead of `-O3` flag Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: glen56 at Rcpt dot at Target Milestone: --- https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html `-fsplit-paths` flag is listed as a `-O3`-flag side-effect. However, going at the actual decleration of `-fsplit-paths`, it says that it `is enabled by default at -O2 and above`. Searching the webpage, it is only listed twice (once in `-O3` and once in it's explaination). Please disambiguate this reference