From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20691 invoked by alias); 20 Feb 2002 16:59:00 -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 20566 invoked from network); 20 Feb 2002 16:58:57 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 20 Feb 2002 16:58:57 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g1KGwoj28038; Wed, 20 Feb 2002 10:58:50 -0600 Date: Wed, 20 Feb 2002 08:59:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200202201658.g1KGwoj28038@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/msg00546.txt.bz2 > I think this one avoids any potential ``print/d (long double)1'' problems. It does. I give it a clean bill of health, all PASSes for the new tests. Recommended for approval. (We've got to sort out this XFAIL/KFAIL issue though. You just wrote a test that reveals a bug in gdb, and you had to take it out of the test script!) Michael C 2002-02-19 Andrew Cagney * gdb.base/sizeof.c (main): Call fill_structs. Print value of signed, unsigned and straight char. (padding_char, padding_short, padding_int, padding_long, padding_long_long, padding_float, padding_double, padding_long_double): New global variables. (fill, fill_structs): New functions. * gdb.base/sizeof.exp: Check for signed and unsigned char. Check for correctly sized writes. Update copyright. (get_valueof): New procedure. (get_sizeof): Call get_valueof. (check_valueof): New procedure. (check_padding): New procedure.