From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 534E73857372; Wed, 27 Jul 2022 08:45:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 534E73857372 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29247] [gdb, tdep] ../../gdb/ppc-sysv-tdep.c:1945: internal-error: ppc64_sysv_abi_return_value: Assertion `ok' failed Date: Wed, 27 Jul 2022 08:45:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: 12.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: 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 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 08:45:18 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29247 --- Comment #23 from Tom de Vries --- (In reply to Carl E Love from comment #22) > I don't seem to have permission to change the status.=20=20 >=20 > I will leave it to Tom to verify the upstream fix and update the bugzilla > and status. I've backported the patch to gdb 12.1 and verified that the assert doesn't trigger anymore. I've also looked at all the test-cases containing the assert: - gdb.base/callfuncs.exp - gdb.base/infcall-nested-structs-c++.exp - gdb.base/infcall-nested-structs-c.exp - gdb.base/structs.exp - gdb.base/varargs.exp All of them pass without fails, except for varargs.exp, which has: ... (gdb) print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4)^M $8 =3D 0 + 0i^M (gdb) FAIL: gdb.base/varargs.exp: print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4) ... while this is expected: ... $8 =3D 4 + 4i^M ... Unfortunately, I don't have access to a machine atm to investigate this. --=20 You are receiving this mail because: You are on the CC list for the bug.=