From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15303 invoked by alias); 4 May 2012 18:05:25 -0000 Received: (qmail 15282 invoked by uid 22791); 4 May 2012 18:05:24 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_GD,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 May 2012 18:05:07 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q44I54Cg019275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 4 May 2012 14:05:04 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q44I4xVJ003473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 4 May 2012 14:05:01 -0400 Date: Fri, 04 May 2012 18:05:00 -0000 From: Jan Kratochvil To: Siva Chandra Cc: gdb-patches@sourceware.org, Tom Tromey , Eli Zaretskii , Phil Muldoon , ratmice@gmail.com, Doug Evans Subject: FAILing new testcase for -fdebug-types-section [Re: [RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included)] Message-ID: <20120504180458.GA32257@host2.jankratochvil.net> References: <87lilmh9jf.fsf@fleche.redhat.com> <83y5pmft8k.fsf@gnu.org> <4F95630D.1000202@redhat.com> <83vckqfpzb.fsf@gnu.org> <87ehrcco7v.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00132.txt.bz2 Hi Siva, by using -fdebug-types-section one gets: runtest CC_FOR_TARGET="gcc -gdwarf-4 -fdebug-types-section -g0" CXX_FOR_TARGET="g++ -gdwarf-4 -fdebug-types-section -g0" gdb.python/py-symtab.exp python print "simple_struct" in static_symbols -True -(gdb) PASS: gdb.python/py-symtab.exp: Test simple_struct in static symbols +False +(gdb) FAIL: gdb.python/py-symtab.exp: Test simple_struct in static symbols Thanks, Jan