From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACA323857366; Wed, 27 Jul 2022 14:44:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACA323857366 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29419] New: [gdb, tdep/aarch64] FAIL: gdb.ada/inline-section-gc.exp: break callee.adb:22 Date: Wed, 27 Jul 2022 14:44:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep 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: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2022 14:44:20 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29419 Bug ID: 29419 Summary: [gdb, tdep/aarch64] FAIL: gdb.ada/inline-section-gc.exp: break callee.adb:22 Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: tdep Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With aarch64, I run into: ... (gdb) break callee.adb:22^M Breakpoint 1 at 0x401f78: file caller.adb, line 21.^M (gdb) FAIL: gdb.ada/inline-section-gc.exp: break callee.adb:22 ... while this is expected (copied from x86_64-linux): ... (gdb) break callee.adb:22^M Breakpoint 1 at 0x401f10: file callee.adb, line 22.^M (gdb) PASS: gdb.ada/inline-section-gc.exp: break callee.adb:22 ... Lines: ... CU: callee.adb: File name Line number Starting address View Stmt callee.adb 18 0 x callee.adb 22 0 1 x callee.adb 23 0x8 x callee.adb - 0xc CU: caller.adb: File name Line number Starting address View Stmt caller.adb 18 0x401f70 x callee.adb: callee.adb 22 0x401f70 1 x caller.adb: caller.adb 21 0x401f78 x caller.adb - 0x401f7c ... --=20 You are receiving this mail because: You are on the CC list for the bug.=