From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7997 invoked by alias); 25 Nov 2005 03:09:03 -0000 Received: (qmail 7978 invoked by uid 22791); 25 Nov 2005 03:09:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 25 Nov 2005 03:09:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EfTxE-0005FL-2Z; Thu, 24 Nov 2005 22:08:52 -0500 Date: Fri, 25 Nov 2005 03:15:00 -0000 From: Daniel Jacobowitz To: Wu Zhou Cc: Mark Kettenis , brobecker@adacore.com, gdb@sources.redhat.com, gdb-testers@sources.redhat.com Subject: Re: First release candidate for GDB 6.4 available Message-ID: <20051125030852.GC20073@nevyn.them.org> Mail-Followup-To: Wu Zhou , Mark Kettenis , brobecker@adacore.com, gdb@sources.redhat.com, gdb-testers@sources.redhat.com References: <20051122083855.GH1635@adacore.com> <200511242233.jAOMXQmq024151@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00553.txt.bz2 On Fri, Nov 25, 2005 at 10:53:50AM +0800, Wu Zhou wrote: > > ... > > > FAIL: gdb.cp/anon-union.exp: print w 1 > > > FAIL: gdb.cp/anon-union.exp: print z 1 > > > FAIL: gdb.cp/anon-union.exp: print w 2 > > > FAIL: gdb.cp/anon-union.exp: print z 2 > > > FAIL: gdb.cp/anon-union.exp: print w 3 > > > FAIL: gdb.cp/anon-union.exp: print z 3 > > I guess that GDB don't know how to handle anonymous union yet. I ever saw > these failures in a few platform. And also see them ok on others. The > difference I find is that some version of gcc handle the anonymous union > members as normal variables, others don't. I believe this was a bug in GCC 4.x, very recently fixed in CVS. -- Daniel Jacobowitz CodeSourcery, LLC