From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12134 invoked by alias); 27 Feb 2004 21:39:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12119 invoked from network); 27 Feb 2004 21:39:50 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 27 Feb 2004 21:39:50 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A96C92B92; Fri, 27 Feb 2004 16:39:43 -0500 (EST) Message-ID: <403FB91F.90007@gnu.org> Date: Fri, 27 Feb 2004 21:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/hppa] Enable 32-bit push_dummy_call and return_value References: <20040227205320.37EBB4B104@berman.michael-chastain.com> In-Reply-To: <20040227205320.37EBB4B104@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00810.txt.bz2 >>structs.exp, for instance, gets 70 fails rather than at least 170 >>> (it hangs). > > > That's great! > > What compiler are you testing with? I'm testing with the native > HP compilers, and only in 32-bit mode. Ditto. Need to figure out the 64-bit compiler. (I'd rather start by having it working correctly rather than working with GCC). Andrew