From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 348F13858C33; Fri, 2 Sep 2022 13:07:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 348F13858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662124024; bh=5kI9uO+ZV9NlxsxfyxqF9yhlBZP3rdKIX7bbfgdaAFI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y1KdP0nR9OkN/gqIc8f7WYr8u7X3yAydxqSSsBj9lN5vwlJsYbtnJsTXgQLesn8/n R/SUT+jWqn/foIo5U0H+VLA2UVR0rrmkg5vA90SSh6dfmLJmmuSXSiAKe87Ru467pB xKO4Z3MCd1+OcbSnnx6xMyUGRREsIqK2c3hWWi2E= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29543] [gdb/tdep] inferior call with complex long double vararg not handled correctly Date: Fri, 02 Sep 2022 13:07:03 +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: 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: attachments.created 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=3D29543 --- Comment #1 from Tom de Vries --- Created attachment 14309 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14309&action=3Ded= it gzipped executable Static executable, so no dynamic libs needed, which should make it easier to run on other systems: ... $ file varargs=20 varargs: ELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), statically linked, BuildID[sha1]=3D8792d24c47498f2eee792c53a0136c6249c84c21, with debug_info, = not stripped ... Reproduce using: ... $ gdb -q -batch ./varargs -ex "tbreak test" -ex run -ex "print do_copy (1, orig)" -ex "print copy" Temporary breakpoint 1 at 0x1000018c: file /home/abuild/rpmbuild/BUILD/gdb-12.1/build-ppc64le-suse-linux/gdb/testsuite= /../../../gdb/testsuite/gdb.base/varargs.c, line 10. Temporary breakpoint 1, test () at /home/abuild/rpmbuild/BUILD/gdb-12.1/build-ppc64le-suse-linux/gdb/testsuite= /../../../gdb/testsuite/gdb.base/varargs.c:10 10=20=20=20=20=20 /home/abuild/rpmbuild/BUILD/gdb-12.1/build-ppc64le-suse-linux/gdb/testsuite= /../../../gdb/testsuite/gdb.base/varargs.c: No such file or directory. $1 =3D void $2 =3D 0 + 0i ... --=20 You are receiving this mail because: You are on the CC list for the bug.=