From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18947 invoked by alias); 27 Jul 2007 17:53:04 -0000 Received: (qmail 18903 invoked by uid 22791); 27 Jul 2007 17:53:03 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 17:52:56 +0000 Received: (qmail 14855 invoked from network); 27 Jul 2007 17:52:54 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Jul 2007 17:52:54 -0000 To: "Pierre Muller" Cc: Subject: Re: Question about ARI for expression parsers References: <002d01c7d02f$11e9e510$35bdaf30$@u-strasbg.fr> From: Jim Blandy Date: Sat, 28 Jul 2007 00:02:00 -0000 In-Reply-To: <002d01c7d02f$11e9e510$35bdaf30$@u-strasbg.fr> (Pierre Muller's message of "Fri, 27 Jul 2007 11:18:18 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00197.txt.bz2 "Pierre Muller" writes: > I just sent an email to gdb-patches about > fixes for p-valprint.c regarding ARI reports. > > I noticed that, in the pascal specific files > that I maintain, there are lots of DEPRECATED stuff > in the file p-exp.y. > > But none of the expression parser is listed in the ARI > report web page, why is that? > Wouldn't it be better to include them > or would it give too many false alarms? I don't see any of the .y files listed in the ARI. Perhaps the scripts don't know how to handle YACC grammars.