From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B5DC3858D33; Fri, 29 Mar 2024 11:52:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B5DC3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711713151; bh=ikjlVT1u144bbnTn2petLe4imJz67KjhNVA6+KGdB0g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KVvfmaR+Md7KNY819N8K1NGXMxSXkKq3ixWJLN0r0VogOr3NmVZBPihRmp4slbLZ3 dygSoxrc+0Bx+wlBu/T11U5UTM+pKsK2Z+NQYIIPEDczJIckghVwKcikZ9K+t+ykaP fS/Nhu8oBpJKmYg/thMNzam+k/1lE9y0XwrVFeD0= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31573] [gdb/testsuite] FAIL: gdb.base/ctf-ptype.exp: ptype linked list structure Date: Fri, 29 Mar 2024 11:52:30 +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: cc 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=3D31573 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #5 from Tom de Vries --- Bisected this FAIL: ... FAIL: gdb.base/ctf-ptype.exp: ptype linked list structure ... Bisects to: ... commit 33c6eaaefcedd45e86d564d014f14cce2620f933 (HEAD, refs/bisect/bad) Author: Tom Tromey Date: Fri Mar 24 23:35:02 2023 -0600 Do more DWARF reading in the background ... Adding a gdb_test "show lang" shows the relevant difference. Before the commit: ... (gdb) show language^M The current source language is "auto; currently c".^M ... and after the commit: ... (gdb) show language^M The current source language is "auto; currently asm".^M (gdb) PASS: gdb.base/ctf-ptype.exp: show language ... The test passes after adding "set lang c". --=20 You are receiving this mail because: You are on the CC list for the bug.=