From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 44BA53858028; Mon, 9 Jan 2023 19:27:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44BA53858028 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673292441; bh=IrWchnnlCg8u1z4A3z1FZP31phYtmSyP+6DUkNKAXGI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eymQchX62u/bXqG+HzuEA8V2jg540utpoZ41dDgvIXYkkq69oCGuhoL1aJuDPYDCQ ZIjNoJLRrYEOxrcjykZbvoVtk5RW5yfjwrH2jdLUDeiiiHcjvZIOBALBchquM4zF/V 2r8QOnWc2Gvf0V3hNTIT06JDpALDcPXgRAcqRCdk= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/29503] check_typedef: Assertion `type' failed when evaluating scoped member dereference of object Date: Mon, 09 Jan 2023 19:27:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D29503 --- Comment #4 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=3Dbf716a53bd8f= 725975979397b3c6b9d4bd4434ef commit bf716a53bd8f725975979397b3c6b9d4bd4434ef Author: Tom Tromey Date: Fri Dec 23 12:55:10 2022 -0700 Fix crash with C++ qualified names PR c++/29503 points out that something like "b->Base::member" will crash when 'b' does not have pointer type. This seems to be a simple oversight in eval_op_member. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29503 Reviewed-By: Bruno Larsen --=20 You are receiving this mail because: You are on the CC list for the bug.=