From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1731 invoked by alias); 11 May 2012 12:25:40 -0000 Received: (qmail 1580 invoked by uid 22791); 11 May 2012 12:25:38 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_BJ X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 May 2012 12:25:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1B82C1C6D26; Fri, 11 May 2012 08:25:25 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PjjgCTIY9U6V; Fri, 11 May 2012 08:25:25 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DC7051C6D21; Fri, 11 May 2012 08:25:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C7005145616; Fri, 11 May 2012 05:25:21 -0700 (PDT) Date: Fri, 11 May 2012 12:25:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: Regression for gdb.fortran/library-module.exp [Re: [RFA] choose symbol from given block's objfile first.] Message-ID: <20120511122521.GB5886@adacore.com> References: <1336430581-11262-1-git-send-email-brobecker@adacore.com> <874nrqvbeh.fsf@fleche.redhat.com> <20120509190529.GI15555@adacore.com> <20120511072606.GA25458@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120511072606.GA25458@host2.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00403.txt.bz2 > I have different opinion. > > Running gdb/testsuite/gdb.fortran/library-module.exp ... > PASS: gdb.fortran/library-module.exp: continue to breakpoint: i-is-2-in-lib > -PASS: gdb.fortran/library-module.exp: print var_i in lib > +FAIL: gdb.fortran/library-module.exp: print var_i in lib > PASS: gdb.fortran/library-module.exp: continue to breakpoint: i-is-2-in-main > -PASS: gdb.fortran/library-module.exp: print var_i in main > +FAIL: gdb.fortran/library-module.exp: print var_i in main > PASS: gdb.fortran/library-module.exp: print var_j > PASS: gdb.fortran/library-module.exp: print var_k Can you send me the binary? I'll try taking a look. Thanks, -- Joel