From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4271 invoked by alias); 12 Nov 2003 18:13:11 -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 4233 invoked from network); 12 Nov 2003 18:13:10 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 12 Nov 2003 18:13:10 -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 1AJzUJ-0003tA-00; Wed, 12 Nov 2003 13:13:07 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 166BE4B3FA; Wed, 12 Nov 2003 13:13:09 -0500 (EST) To: ac131313@redhat.com Subject: Re: [patch/rfc] Rewrite "structs" testcase Cc: gdb-patches@sources.redhat.com Message-Id: <20031112181309.166BE4B3FA@berman.michael-chastain.com> Date: Wed, 12 Nov 2003 18:13:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-11/txt/msg00240.txt.bz2 Ah, I ran it again with my full spectrum of compilers. gcc 2.95.3 gcc 3.2-7-rh gcc 3.3.2 gcc gcc-3_3-branch gcc HEAD With dwarf-2: gcc 3.3.2 and gcc gcc-3_3-branch gave the four extra FAILs. gcc 2.95.3, gcc 3.2-7-rh, and gcc HEAD gave pure PASS+KFAIL. With stabs+ All compilers gave pure PASS+KFAIL. Since it PASSes with gcc HEAD I am more sanguine that the questionable tests (the tests that FAIL with some gcc's) are good tests. Tarball with executable files, gdb.log, et cetera at ftp://ftp.shout.net/~mec/gdb/2003-11-10-structs.tar.gz Michael C