https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70795
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2016-07-13 00:00:00 |2017-02-05 Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> --- The ICE is signaling that we have declaration that is !binds_to_current_def but it is also marked as not externally visible. So something is probably wrong with the decl itself or way visibility is handled on hpux. Let me see if I can reproduce it on current tree.