https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118077
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=117665 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Ted Rodgers from comment #1) > This could be a dupe of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117892 > > > reduced code: > > int a; > struct b { > virtual int c() { return 0; } > int d() { return a && 0 == c(); } > }; > void _setjmp(); > struct e final : b { > void f(); > }; > void e::f() { > if (d()) > _setjmp(); > } It is more closely related to PR 117665