From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 85FFF3858D1E; Sun, 31 Dec 2023 11:00:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85FFF3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704020444; bh=DUDRQrHNoG12+wpcVvTizXctMgapZWTXLimzfdhS/F0=; h=From:To:Subject:Date:From; b=uch8V7hYVlYeMtaD/D8VfUZeoQfNLqmZ+cEaC+84m6VtrVQbJP09NSQu7i0QDcgJ7 w0v3moZ81ywfW/Px05uOXJX4Q9K6RW210xHagWNoiQSRsyMFnPulJLYEHSYgEJvfOL YwVApjq3ktAcQLcKjdz05QQLiEmqGvg0X9P7xJog= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31202] New: [gdb/testsuite, aarch64] "[PAC]" in backtrace Date: Sun, 31 Dec 2023 11:00:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31202 Bug ID: 31202 Summary: [gdb/testsuite, aarch64] "[PAC]" in backtrace Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On aarch64-linux I'm running into a cluster of fails in these test-cases: ... #rtf=3Dgdb.base/annota1.exp=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 #rtf=3Dgdb.cp/exception.exp=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 #rtf=3Dgdb.dwarf2/entry-value-typedef.exp=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 #rtf=3Dgdb.mi/mi-syn-frame.exp=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 #rtf=3Dgdb.mi/mi-catch-cpp-exceptions.exp=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 #rtf=3Dgdb.threads/pthread_cond_wait.exp=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 #rtf=3Dgdb.threads/tls.exp=20 ... For example, in more detail: ... gdb) PASS: gdb.cp/exception.exp: continue to first throw backtrace^M #0 0x0000fffff7ddcf30 in __cxa_throw () from /lib64/libstdc++.so.6^M #1 0x0000000000410260 [PAC] in foo (i=3D20) at /home/vries/gdb/src/gdb/testsuite/gdb.cp/exception.cc:23^M #2 0x00000000004102b4 in main () at /home/vries/gdb/src/gdb/testsuite/gdb.cp/exception.cc:45^M (gdb) FAIL: gdb.cp/exception.exp: backtrace after first throw ... --=20 You are receiving this mail because: You are on the CC list for the bug.=