[Bug middle-end/105469] "execution reached an unreachable program point" with -flto
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 4 10:50:03 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105469
--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
It's the 1st devirtualization that happens:
Polymorphic call context combine: Outer type:struct Buggy_Client offset 192
With context: Outer type (dynamic):struct
Trans_NS_joedb_Client (maybe in construction) offset 64 Speculative outer
type:struct Client_Data at offset 0
Second type is base of first
First context does not permit base -> invalid
No devirtualization target in play_until_checkpoint.constprop/106
Introduced new external node (void __builtin_unreachable()/107).
***dbgcnt: lower limit 1 reached for devirt.***
***dbgcnt: upper limit 1 reached for devirt.***
More information about the Gcc-bugs
mailing list