From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BAD8238532EC; Tue, 29 Nov 2022 09:51:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAD8238532EC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669715504; bh=re4sKXNCJWphVbvBhtg13V6Gy0fVdM2GUAc9vSYIeKI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ieJ8dRn7fCpqB3VyjK2WtHvUDbBWFs5bR/XYyiLLCIB5TQslp37bVqThyUvKgOTx4 kUJewvxeyjU9ZwPZ5xk8LwLLdCJI2ltEO2tBVWu271gg6qajYGZ9HXiPZrHM+eb4RB vtWmPBQsS41UCKOVdY2AKzEsBxFF1ThEcT8NNQaQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29813] [gdb/testsuite, powerpc64le] FAIL: gdb.base/vla-optimized-out.exp: o1: printed size of optimized out vla Date: Tue, 29 Nov 2022 09:51:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: 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=3D29813 --- Comment #3 from Tom de Vries --- Fixing the .s code manually gets us: ... $ gdb -q -batch ./a.out -ex "break f1" -ex run -ex "set debug entry-values = 1" -ex "print sizeof (a)" Breakpoint 1 at 0x1000065c: file vla-optimized-out.c, line 8. Breakpoint 1, f1 (i=3D5) at vla-optimized-out.c:8 8 } Cannot find matching parameter at DW_TAG_call_site 0x10000690 at main $1 =3D ... and indeed there are no call site parameters in the call site, so now "" is accurate. --=20 You are receiving this mail because: You are on the CC list for the bug.=