From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8DF4D3858C62; Mon, 20 Mar 2023 17:41:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8DF4D3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679334061; bh=sbb8s3nirNI+yn+HxaXS32dudRIicCsjx2xmj6tCs0E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BSLKi9s04Oa7QHlnBb7LeLyPZbqy4zecEb6Wb+lWhlkwmw7PyE3Hhgh4sClemztjA fvswcjmERy/WJCpAAlHAyHvzvuLHVhuLPq52V/DES40DTJm5vQwA/W8hCtn4akvrez eW+/MwCy4LvdDaCehsIrcp6OpR+Y1YRPARky5T+A= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30253] [gdb] FAIL: gdb.gdb/python-helper.exp: pretty print type->main_type Date: Mon, 20 Mar 2023 17:41:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D30253 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D505ca0bfa528= 45fb7793b9f2a808c7c5aa4677fd commit 505ca0bfa52845fb7793b9f2a808c7c5aa4677fd Author: Tom Tromey Date: Mon Mar 20 10:18:22 2023 -0600 Update python-helper.exp for type allocation changes The type allocation changes introduced a failure in python-helper.exp that I did not notice. The bug is that, with these patches, arch-allocated integer types have a TYPE_SPECIFIC_INT object attached. This patch updates the test to allow this. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30253 --=20 You are receiving this mail because: You are on the CC list for the bug.=