From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6818 invoked by alias); 15 Jul 2008 21:47:30 -0000 Received: (qmail 6806 invoked by uid 22791); 15 Jul 2008 21:47:30 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jul 2008 21:47:06 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C306098420; Tue, 15 Jul 2008 21:47:04 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A1E819813B; Tue, 15 Jul 2008 21:47:04 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KIsMR-0004r2-Iw; Tue, 15 Jul 2008 17:47:03 -0400 Date: Tue, 15 Jul 2008 21:47:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: Fix internal error in value_cast_pointers Message-ID: <20080715214703.GA18644@caradoc.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00328.txt.bz2 On Tue, Jul 15, 2008 at 11:39:54PM +0200, Andreas Schwab wrote: > This patch fixes five regressions in bs15503.exp. value_ind has never > returned a value whose type has typedefs stripped off (the type is > always the direct target of the pointer type). Tested on ppc-linux. > OK? > > Andreas. > > 2008-07-15 Andreas Schwab > > * valops.c (value_cast_pointers): Follow typedefs when checking > result of coercion. OK. Thanks a lot. -- Daniel Jacobowitz CodeSourcery