From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10465 invoked by alias); 15 Jul 2008 21:53:17 -0000 Received: (qmail 10457 invoked by uid 22791); 15 Jul 2008 21:53:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jul 2008 21:53:00 +0000 Received: (qmail 22532 invoked from network); 15 Jul 2008 21:52:58 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Jul 2008 21:52:58 -0000 Message-ID: <487D1C33.6020605@codesourcery.com> Date: Tue, 15 Jul 2008 21:53:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Andreas Schwab CC: gdb-patches@sourceware.org Subject: Re: Fix internal error in value_cast_pointers References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00329.txt.bz2 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? > Do the regressions only happen on ppc or something? I just ran testsuite on sources from a couple hours ago, on x86 linux, and bs15503 had no failures. Stan