From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2036B385E008; Wed, 25 Mar 2020 11:49:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2036B385E008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585136999; bh=65isMb95KQ/LPi4fHb3yamNcU8ItO9NCcafHQAFz3rc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E4MO1vZN2GBySAu3sZ3v8cADiKqsktKGGBrQarKHIPPAf+SoPJtaEbCewcK8+aDlQ 1htLOlvcbDvl5F/76rrz+CqKtuqPOijWrTz/nED2GcWXx5x6kVry5n0sfhLGoJy+QA dkmltLputchnwvTTcIDN3eOy0ylxjSVWF1KHccLQ= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/91027] [10 regression] SEGV in hash_table::find_slot_with_hash Date: Wed, 25 Mar 2020 11:49:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2020 11:49:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91027 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #14 from Rainer Orth --- Unfortunately, the bug is not fixed: while the original SEGV doesn't happen= any longer, I now see the ICE originally reported in Comment #6 on both i386-pc-solaris2.11 and sparc-sun-solaris2.11: FAIL: gdc.dg/lto/ltotests d_lto_ltotests_0.o-d_lto_ltotests_1.o link, -O0 -= flto -flto-partition=3Dnone (internal compiler error) during IPA pass: pure-const^M lto1: internal compiler error: in get_odr_type, at ipa-devirt.c:1936^M 0x7c4dfb get_odr_type(tree_node*, bool)^M /vol/gcc/src/hg/master/local/gcc/ipa-devirt.c:1936^M 0x7cba63 build_type_inheritance_graph()^M /vol/gcc/src/hg/master/local/gcc/ipa-devirt.c:2283^M 0x822f83 symbol_table::remove_unreachable_nodes(__FILE*)^M /vol/gcc/src/hg/master/local/gcc/ipa.c:320^M 0x476fd7 read_cgraph_and_symbols(unsigned int, char const**)^M /vol/gcc/src/hg/master/local/gcc/lto/lto-common.c:2915^M 0x459043 lto_main()^M /vol/gcc/src/hg/master/local/gcc/lto/lto.c:625^M=