From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E4643858CD1; Mon, 18 Mar 2024 14:03:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E4643858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710770593; bh=miF8bNkT//YbM6/n72+HIR1dcdY48UR12HrFGmFfAhs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D26N3MPi6fRW8MkA8lmeleWkvmAQ4KgDn9jNHoPG7LIo9XNIPc78MJF77XPM95Rah uGI3oW5kfPf4cvc6IsRYhbnfMYpvEo8IQHdgjtJX6bggljQ4wfHkFwGvaaAa+4Mztw 0BrDfz6zS6hu8aDWhifhPzl3vP4PKRqCeXvkL3mQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31507] [gdb, aarch64] FAIL: gdb.arch/disp-step-insn-reloc.exp: can_relocate_adr_forward: relocated instruction Date: Mon, 18 Mar 2024 14:03:12 +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: 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=3D31507 --- Comment #1 from Tom de Vries --- Doesn't reproduce all the time, but often enough: ... $ for n in $(seq 1 10); do ./test.sh 2>&1 | grep "# of " | sort -u; done # of expected passes 49 # of expected passes 37 # of unexpected failures 12 # of expected passes 49 # of expected passes 37 # of unexpected failures 12 # of expected passes 49 # of expected passes 36 # of unexpected failures 13 # of expected passes 49 # of expected passes 49 # of expected passes 46 # of unexpected failures 3 # of expected passes 49 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=