From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8280 invoked by alias); 12 Nov 2012 17:06:19 -0000 Received: (qmail 8262 invoked by uid 22791); 12 Nov 2012 17:06:18 -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; Mon, 12 Nov 2012 17:06:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0B77A1C79EB; Mon, 12 Nov 2012 12:06:15 -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 TqWEmLOQwGt1; Mon, 12 Nov 2012 12:06:14 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CB9721C7966; Mon, 12 Nov 2012 12:06:14 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 27FD1C49E9; Mon, 12 Nov 2012 09:05:59 -0800 (PST) Date: Mon, 12 Nov 2012 17:06:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Pierre Muller , 'Pedro Alves' , devans@sourceware.org, gdb-patches@sourceware.org Subject: Re: PING: [RFA] Fix New ARI warning Tue Nov 6 01:58:48 UTC 2012 Message-ID: <20121112170559.GV5103@adacore.com> References: <20121106015848.GA5296@sourceware.org> <5098efb2.05fd440a.7696.ffffd821SMTPIN_ADDED@mx.google.com> <50995EBB.6070503@redhat.com> <001b01cdc0b6$7e7b67d0$7b723770$@muller@ics-cnrs.unistra.fr> <20121112155053.GS5103@adacore.com> <22453.3111825169$1352736109@news.gmane.org> <87ip9abx9k.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ip9abx9k.fsf@fleche.redhat.com> 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/msg00295.txt.bz2 > IMO it is ok if it doesn't work universally as long as it works for a > large enough subset of gdb developers. This will ensure that most > breakages are caught early. > > GCC uses the poison pragma for this. It seems to work well enough. Agreed :) -- Joel