From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31584 invoked by alias); 20 Feb 2002 04:43:37 -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 31480 invoked from network); 20 Feb 2002 04:43:30 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 20 Feb 2002 04:43:30 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g1K4hQe25817; Tue, 19 Feb 2002 22:43:26 -0600 Date: Tue, 19 Feb 2002 20:43:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200202200443.g1K4hQe25817@duracef.shout.net> To: ac131313@cygnus.com Subject: Re: [rfa:testsuite} Overhaul sizeof.exp Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-02/txt/msg00518.txt.bz2 Hi Andrew, > Unfortunatly it doesn't address the x86 problem. Looking at > printcmd.c:print_scalar_formatted() the function behaves differently > when sizeof (host LONGEST) < sizeof (target type) (i.e. x86) :-( I > think this a very long standing bug. > > The problem I guess is what to do short term with this part of the test. My opinion is that if a test finds a bug, it is a good test. A really great test causes the machine to reboot, catch on fire, and install Windows XP from a Russian warez mirror. Here is some policy from gcc: http://gcc.gnu.org/bugs.html#manage I think this would be a good policy for gdb. What do you think? I will re-run my test bed on the new patch shortly. Michael C