https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124089

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Ick, and we even removed options in the past:

> grep '^fcontract' ../../gcc-15-branch/gcc/c-family/c.opt
fcontracts
fcontract-assumption-mode=
fcontract-build-level=
fcontract-strict-declarations=
fcontract-mode=
fcontract-continuation-mode=
fcontract-role=
fcontract-semantic=
> grep '^fcontract' c-family/c.opt
fcontracts
fcontract-evaluation-semantic=
fcontracts-conservative-ipa
fcontract-checks-outlined
fcontract-disable-optimized-checks
fcontracts-client-check=
fcontracts-definition-check=

that's a no-no, they should have been kept as Ignored.

Reply via email to