From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15875 invoked by alias); 16 Nov 2012 02:20:03 -0000 Received: (qmail 15790 invoked by uid 22791); 16 Nov 2012 02:20:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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; Fri, 16 Nov 2012 02:19:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 694062E0E8 for ; Thu, 15 Nov 2012 21:19:55 -0500 (EST) 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 XTcwtn2SSlzJ for ; Thu, 15 Nov 2012 21:19:55 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1ADFE2E0C9 for ; Thu, 15 Nov 2012 21:19:55 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CCBCEC880A; Thu, 15 Nov 2012 18:19:50 -0800 (PST) Date: Fri, 16 Nov 2012 02:20:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: New ARI warning Fri Nov 16 01:56:44 UTC 2012 Message-ID: <20121116021950.GH3790@adacore.com> References: <20121116015644.GA22323@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121116015644.GA22323@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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-11/txt/msg00451.txt.bz2 > > gdb/common/gdb_stat.h:23: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h > gdb/common/gdb_stat.h:23:#include > 138a140,141 > > gdb/common/gdb_wait.h:23: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h > gdb/common/gdb_wait.h:23:#include > > gdb/common/gdb_wait.h:26: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h > gdb/common/gdb_wait.h:26:#include I expect that these are going to become OBE pretty soon, so nothing to be done. But there might be other cases like this (Eg: abort) where the few uses are correct and expected. For those, they should be explicitly marked as OK via an /* ARI */ comment to make sure the ARI does not complain about them. -- Joel