From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11572 invoked by alias); 13 Mar 2012 16:50:44 -0000 Received: (qmail 11529 invoked by uid 22791); 13 Mar 2012 16:50:43 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Tue, 13 Mar 2012 16:50:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 994B31C6372; Tue, 13 Mar 2012 12:50:29 -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 IIHF1Wa6TERV; Tue, 13 Mar 2012 12:50:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5B52F1C636F; Tue, 13 Mar 2012 12:50:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CFC9A145615; Tue, 13 Mar 2012 09:50:22 -0700 (PDT) Date: Tue, 13 Mar 2012 16:50:00 -0000 From: Joel Brobecker To: Chris January Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Support Fortran common blocks with addresses >INT_MAX. Message-ID: <20120313165022.GS2853@adacore.com> References: <1331217037.2742.10.camel@gumtree> <20120309193904.GF2853@adacore.com> <1331541910.2783.2.camel@gumtree> <20120312153016.GJ2853@adacore.com> <1331651851.2755.3.camel@gumtree> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1331651851.2755.3.camel@gumtree> 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-03/txt/msg00444.txt.bz2 > On Mon, 2012-03-12 at 08:30 -0700, Joel Brobecker wrote: > > > > > 2012-03-08 Chris January > > > > > > > > > > * stabsread.c (fix_common_block): Change type of valu argument > > > > > to CORE_ADDR. > I ran the test suite on a GNU/Linux (SLES 10) PPC970 box. Four of the > tests have intermittent failures (before and after the patch), but > ignoring those there were no regressions. Thanks, Chris. This patch is also in, now. -- Joel