From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17837 invoked by alias); 12 Nov 2003 16:51:10 -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 17822 invoked from network); 12 Nov 2003 16:51:00 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 12 Nov 2003 16:51:00 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AJyCp-0005JG-00; Wed, 12 Nov 2003 11:50:59 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id ED9F14B361; Wed, 12 Nov 2003 11:51:00 -0500 (EST) To: ac131313@redhat.com Subject: Re: [patch/rfc] Rewrite "structs" testcase Cc: gdb-patches@sources.redhat.com Message-Id: <20031112165100.ED9F14B361@berman.michael-chastain.com> Date: Wed, 12 Nov 2003 16:51:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-11/txt/msg00237.txt.bz2 I'm getting 508 PASS / 71 KFAIL with three configurations, but I'm getting 504 PASS / 4 FAIL / 71 KFAIL with gcc 3.3.2 -gdwarf-2. The FAILs are # gcc 3.3.2, binutils 2.14, -gdwarf-2 p/c fun2() $1 = {a = 97 'a', b = 0 '\0'} (gdb) FAIL: gdb.base/structs.exp: p/c fun2(); call 2 structs-tc-tll p/c L2 $2 = {a = 97 'a', b = 0 '\0'} (gdb) FAIL: gdb.base/structs.exp: p/c L2; call 2 structs-tc-tll p/c fun2() $1 = {a = 97 'a', b = 0 '\0'} (gdb) FAIL: gdb.base/structs.exp: p/c fun2(); call 2 structs-tc-td p/c L2 $2 = {a = 97 'a', b = 0 '\0'} (gdb) FAIL: gdb.base/structs.exp: p/c L2; call 2 structs-tc-td Do these look like bugs in the script or bugs in gdb? If they are bugs in gdb then the test script is doing a good job. Michael C