From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6746 invoked by alias); 21 Aug 2012 18:10:21 -0000 Received: (qmail 6713 invoked by uid 22791); 21 Aug 2012 18:10:19 -0000 X-SWARE-Spam-Status: No, hits=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Tue, 21 Aug 2012 18:10:01 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7LIA0FE015450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Aug 2012 14:10:00 -0400 Received: from spoyarek (vpn-238-219.phx2.redhat.com [10.3.238.219]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7LI9w7x032589; Tue, 21 Aug 2012 14:09:59 -0400 Date: Tue, 21 Aug 2012 18:10:00 -0000 From: Siddhesh Poyarekar To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Expand fortran array bounds sizes to LONGEST Message-ID: <20120821233923.725bdaf5@spoyarek> In-Reply-To: <87wr0sdw4l.fsf@fleche.redhat.com> References: <20120821152540.013b4d99@spoyarek> <20120821164151.0e69b8e8@spoyarek> <87wr0sdw4l.fsf@fleche.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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-08/txt/msg00581.txt.bz2 On Tue, 21 Aug 2012 10:53:46 -0600, Tom wrote: > >>>>> "Siddhesh" == Siddhesh Poyarekar writes: > > Siddhesh> Sorry, I forgot to mention that this goes on top of the > Siddhesh> bitpos patch since it needs some changes from the bitpos > Siddhesh> patch as well. > > What did it need? It seemed independent to me. > If it does need something then just wait until the rest goes in before > committing it. There are additional changes that were part of the bitpos patch, like expansion of f77_array_offset_tbl, embedded_offset in f77_print_array(_1) and resultant changes in f-lang.c and backwards all the way to bitpos. I'll keep this in my stash to commit on top of the bitpos changes. Thanks, Siddhesh