From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 87B8F3854170; Wed, 26 Oct 2022 14:47:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87B8F3854170 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666795656; bh=oe4ffxlE7MhK2JQlv1Fl79zGag4Ly5DbSEhwxFt40UE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hWSbT242ogpiZuUYQ4T/MvOcAk4deZkOPuDK2Jo3cZu4B++svjpfoFztmIcr8j/r1 UHSKjwbl3vLHPrVu5dnv+Z9yZU2iTk8bSVLStSmeMboYHlH1lRqIcIC1vbr7OPJCyl DicRypfsbnr/2bUQIdh4dC+P6a7R5rjumOEQSMv8= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug record/29721] [gdb, record, aarch64] FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1 Date: Wed, 26 Oct 2022 14:47:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: record X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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=3D29721 --- Comment #6 from Tom de Vries --- (In reply to B. Larsen from comment #4) > This looks like a completely different issue to what I found.=20 Well, it looks like you ran into PR28426, which requires column info to reproduce. This PR is using gcc 7.5.0, which does not have column info by default. So, you could try -gno-column-info with your compiler, and perhaps that'll allow you to get past PR28426 and run into this PR. --=20 You are receiving this mail because: You are on the CC list for the bug.=