From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17F123857B80; Wed, 12 Oct 2022 15:40:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17F123857B80 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665589201; bh=5/o/oVFFUhcwD7Sb6k/6prZ2NJevdpwClHbgxtcg4II=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j/r4Vxa1Y/fVK+E8oI0J9YudI09QKySYypZx8XRfQVHsffpFl8d8O0fWzqgFA7Ryc HPMLdrxdxVB3qgy+OTJahIOG5kOtVr9KOng3+5qt5DVV/Y5WgLGrlMOnAlpbc+Tbdw sd2qVCshesup/AjD4JIlKQvX/7A75IMFNdugxOGo= From: "cel at us dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29468] GDB test gdb.base/ctf-constvars.exp fails. Date: Wed, 12 Oct 2022 15:39:48 +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: cel at us dot ibm.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 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=3D29468 --- Comment #4 from Carl E Love --- I pulled down the latest gdb on PowerPC, specifically a Power 10 system run= ning=20 Fedora release 36 (Thirty Six). The test still fails. I see the following errors still: (gdb) break -qualified main Breakpoint 1 at 0x10000698 (gdb) run=20 Starting program: /home/carll/GDB/build-hardware-watchpoint/gdb/testsuite/outpu\ ts/gdb.base/ctf-constvars/ctf-constvars=20 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, 0x0000000010000698 in main () (gdb) print vox 'vox' has unknown type; cast it to its declared type (gdb) FAIL: gdb.base/ctf-constvars.exp: print vox ptype vox type =3D (gdb) FAIL: gdb.base/ctf-constvars.exp: ptype vox print victuals 'victuals' has unknown type; cast it to its declared type (gdb) FAIL: gdb.base/ctf-constvars.exp: print victuals ptype victuals type =3D ... I will take a look and see if I can figure out why this is not fixing the i= ssue on PowerPC. --=20 You are receiving this mail because: You are on the CC list for the bug.=