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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A --param option was added in 2018 to override the setting of
LOGICAL_OP_NON_SHORT_CIRCUIT :
https://gcc.gnu.org/legacy-ml/gcc-patches/2018-11/msg02604.html

But the way it is implemented is such that the override needs to happen in each
place that LOGICAL_OP_NON_SHORT_CIRCUIT is used. This is fragil too.

Reply via email to