https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120400
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|15.0 |16.0
--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
trivial reproducer:
int foo (bool a, bool b)
{
if (a && !b)
return 6;
return 42;
}
I seee the same back to 10.5 (on x86_64-darwin21).
