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

--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> ---
> (gdb) p next->externally_visible
> $1 = 1
> (gdb) p define
> $2 = true
> (gdb) p next->resolution
> $3 = LDPR_PREVAILING_DEF
> 
> I will try to reduce this issue.

Thanks, the inline-transform ICE is result of Martin's ipa-cp devirtualization
changes.  There are quite few details that needs to be solved correctly, I have
some cleanups on queue to test and commit today.  Hopefully these will care
this (it also reproduces for me, the visibility ICE doesn't, but my tree is
old).
I also get ICE preprocessing one .S file.

Honza

Reply via email to