https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70795
--- Comment #7 from graham.stott at btinternet dot com --- libjava has been removed from gcc 7 ?? -------- Original message -------- From: "hubicka at gcc dot gnu.org" <gcc-bugzi...@gcc.gnu.org> Date: 05/02/2017 12:12 (GMT+00:00) To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/70795] [7 Regression] gcc/libjava/interpret.cc:1948:1: ICE: in binds_to_current_def_p, at symtab.c:2232 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.