From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A03F43858CD1; Fri, 5 Jan 2024 11:29:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A03F43858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704454155; bh=gACDv6moM5B5ZBRQonqmVxzVV8Dyr/mephdXVJAbXqs=; h=From:To:Subject:Date:From; b=O4JaLdleETTUNT+kBvXPOrwgdDMNnTB5wIxVgq6IaZNluizy8VlyoabG7VFzDvCqc s9u9/VFpcfBNouqaPgnmjgF5i3hQkIc7/5Ndn9iSHkQoKyFBwor3Y7H4hwQXmOIEo9 gwup3sETdLXe85Y2DCFLpKfQhYhCWd8GwKw1A2dc= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31214] New: [gdb, aarch64] FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue Date: Fri, 05 Jan 2024 11:29:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 15.1 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D31214 Bug ID: 31214 Summary: [gdb, aarch64] FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue Product: gdb Version: 15.1 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On aarch64-linux, I see: ... (gdb) PASS: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression before continue^M Continuing.^M ^M Hardware watchpoint 2: -location q.a^M ^M Old value =3D 1^M New value =3D 0^M main () at /home/vries/gdb/src/gdb/testsuite/gdb.base/watch-bitfields.c:42^M 42 q.h--;^M (gdb) FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue ... This may be a duplicate of PR29423. However, I've applied the v2 tentative patch for that PR, and it doesn't fix this FAIL, so I thought it'd be worth filing this separately. --=20 You are receiving this mail because: You are on the CC list for the bug.=