From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32519 invoked by alias); 29 Jul 2010 21:36:01 -0000 Received: (qmail 32511 invoked by uid 22791); 29 Jul 2010 21:36:00 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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; Thu, 29 Jul 2010 21:35:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 08C202BAC50; Thu, 29 Jul 2010 17:35:54 -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 Dccj7SZHbpRV; Thu, 29 Jul 2010 17:35:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BC7FE2BAC4B; Thu, 29 Jul 2010 17:35:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AA8B85BE20; Thu, 29 Jul 2010 14:35:43 -0700 (PDT) Date: Thu, 29 Jul 2010 21:36:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: GDB Administrator , gdb-patches@sourceware.org Subject: Re: New ARI warning Wed Jul 14 01:55:54 UTC 2010 Message-ID: <20100729213543.GE13267@adacore.com> References: <20100714015555.GA13409@sourceware.org> <20100727161823.GE13267@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 2010-07/txt/msg00560.txt.bz2 > >> gdb/dwarf2read.c:2284: warning (_("(Internal error: pc %s in read in CU, but not in symtab.)\n"), > > Joel> I fixed that one thusly. The warning seems incorrectly phrased, but > Joel> I left it alone. > > Thanks. This error is a little oddly phrased, but it has been that way > forever, so I just left it alone. I'm just slowly getting the meaning of this warning, and I think that maybe adding a hyphen might help: Internal error: pc %s in read-in CU, but not in symtab. Either way, we both opted to leave it alone, and it should rarely show up, so no problem if we leave this unchanged. -- Joel