https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106618
Bug ID: 106618
Summary: [docs] Option Summary shows `-fargs-in-order` instead
of `-fstrong-eval-order`
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: web
Assignee: unassigned at gcc dot gnu.org
Reporter: davidfong19 at gmail dot com
Target Milestone: ---
When reading through the [Options
Summary](https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html) page, I
noticed that there was an option in the C++ language section,
`-fargs-in-order=n`, that was not listed in [the dedicated page for C++
language
options](https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html).
I did a quick google and one of the top results was about [a gcc patch which
renamed](https://gcc.gnu.org/legacy-ml/gcc-patches/2016-07/txt8uZU1Gq8SB.txt)
the argument to `-fstrong-eval-order`.
I'm guessing it's just a mistake not noticing this documentation which should
be updated?