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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is execute_update_addresses_taken trying to drop address taken from a
large/huge _BitInt variable and rewriting it back to SSA.  That is undesirable
when
(cfun->curr_properties & PROP_gimple_lbitint) != 0, because we then no longer
lower it again.

Reply via email to