From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30539 invoked by alias); 6 Aug 2007 04:56:41 -0000 Received: (qmail 30301 invoked by uid 22791); 6 Aug 2007 04:56:38 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Aug 2007 04:56:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 025142A9BC1; Mon, 6 Aug 2007 00:56:33 -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 tXVCi4NgPAQZ; Mon, 6 Aug 2007 00:56:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BAC6D2A9BB8; Mon, 6 Aug 2007 00:56:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 22E31E7B54; Sun, 5 Aug 2007 21:59:58 -0700 (PDT) Date: Mon, 06 Aug 2007 04:56:00 -0000 From: Joel Brobecker To: msnyder@sonic.net Cc: gdb-patches@sourceware.org Subject: Re: [patch] ada-lang.c, probable typo Message-ID: <20070806045958.GC11351@adacore.com> References: <23704.12.7.175.2.1186287201.squirrel@webmail.sonic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23704.12.7.175.2.1186287201.squirrel@webmail.sonic.net> User-Agent: Mutt/1.4.2.2i 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: 2007-08/txt/msg00112.txt.bz2 > I'm sure this is what the author meant to type. ;-) > 2007-08-04 Michael Snyder > > * ada-lang.c (desc_bounds): Comparison of function address to NULL. Correct! We never tripped on this because the compiler would have to generate incorrect debugging info for this to happen. We checked in this fix in our tree and I think you should check it in too (but I don't have approval priviledges). Thanks! -- Joel