From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 286D8385800B; Wed, 24 Jan 2024 15:05:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 286D8385800B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706108721; bh=V97fYyBUOPgeAI/eUq9MmEzrqqMOienVaAoAMnLR46M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rIXGO2eFRDD0dzzFGE7h0N0apiU0Pz8dvtsTAMvGrg42LYORtlSYAK46CnrIDv7i2 YRaLTalXfcdZPZOluncZRqQ224ElFiOI7v0Tg5fj/0oCDmfID2NLcCMt5gx2vc525O WH3wH4jv9PaKDjGVG2cWW9RXxSATnfoaV2Wj8Ld4= From: "blarsen at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31281] [gdb] intrusive_list.h:329: internal-error: push_back: Assertion elem_node->prev == INTRUSIVE_LIST_UNLIKED_VALUE failed. Date: Wed, 24 Jan 2024 15:05:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blarsen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31281 --- Comment #1 from Guinevere Larsen --- Turns out the issue is the GCC version change from 13.2.1 to 14.0.1 (fedora= 39 to rawhide). I mistakenly thought it was clang because I saw this on the clang buildbot,= but it also fails when using gcc to build the test. It's 100% related to the gcc used to build the test. --=20 You are receiving this mail because: You are on the CC list for the bug.=