From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3330 invoked by alias); 14 Sep 2004 21:01:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3321 invoked from network); 14 Sep 2004 21:01:04 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 14 Sep 2004 21:01:04 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1C7KQ2-00038b-00; Tue, 14 Sep 2004 17:00:54 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id A3B914B102; Tue, 14 Sep 2004 17:00:56 -0400 (EDT) Date: Tue, 14 Sep 2004 21:01:00 -0000 From: Michael Chastain To: jimb@redhat.com, david@streamline-computing.com, cagney@gnu.org Subject: Re: [PATCH/RFA] buildsym.c: extend parent block bounds if child block exceed limit Cc: gdb-patches@sources.redhat.com Message-ID: <41475C08.nail11K212LBC@mindspring.com> References: <1091826690.3932.33.camel@localhost> <41474D3D.4070809@gnu.org> In-Reply-To: <41474D3D.4070809@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00238.txt.bz2 Andrew Cagney wrote: > Per an earlier discussion with myself and MichaelC (added to To:) its > really important that we get testcases for this and the other fortran > bugs in place. I'm kind of begging here :-) Okay, I'll bump it up my priority list. Both of these patches were to address problems with non-gcc compilers. So I really have to develop that part first. :-/ Michael