From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28017 invoked by alias); 2 Aug 2002 18:30:44 -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 28007 invoked from network); 2 Aug 2002 18:30:43 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 2 Aug 2002 18:30:43 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 67FE8D2CBD; Fri, 2 Aug 2002 11:30:44 -0700 (PDT) Date: Fri, 02 Aug 2002 11:30:00 -0000 From: Joel Brobecker To: david carlton Cc: gdb-patches@sources.redhat.com Subject: Re: superfluous line in hpread.c Message-ID: <20020802183044.GJ1053@gnat.com> References: <15689.47047.286781.306836@jackfruit.Stanford.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15689.47047.286781.306836@jackfruit.Stanford.EDU> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00059.txt.bz2 > 2002-08-01 david carlton > > * hpread.c (hpread_read_struct_type): Deleted superfluous setting > of FIELD_BITSIZE. I tested this change for you, no new regression on a HP/UX 11.00 machine: # of expected passes 7199 # of unexpected failures 590 # of unexpected successes 4 # of expected failures 144 # of unresolved testcases 42 # of untested testcases 3 # of unsupported tests 4 -- Joel