From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23657 invoked by alias); 21 Nov 2009 11:57:38 -0000 Received: (qmail 23646 invoked by uid 22791); 21 Nov 2009 11:57:38 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.lysator.liu.se (HELO mail.lysator.liu.se) (130.236.254.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 Nov 2009 11:56:33 +0000 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 970B04001C; Sat, 21 Nov 2009 12:55:29 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 8AB0F40065; Sat, 21 Nov 2009 12:55:29 +0100 (CET) Received: from [83.252.234.31] (c83-252-234-31.bredband.comhem.se [83.252.234.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id 296FC4001C; Sat, 21 Nov 2009 12:55:25 +0100 (CET) Subject: Re: Add a __nowarn__ keyword From: Magnus Fromreide To: DJ Delorie Cc: joseph@codesourcery.com, gdr@cs.tamu.edu, mark@codesourcery.com, lopezibanez@gmail.com, ghazi@caip.rutgers.edu, gcc-patches@gcc.gnu.org In-Reply-To: <200708210221.l7L2LRFW022114@greed.delorie.com> References: <46B9F0B5.1080302@gnu.org> <200708082254.l78MsIC8014802@greed.delorie.com> <20070809134017.GA10368@caradoc.them.org> <20070809143028.GA14681@caradoc.them.org> <6c33472e0708090805t210191f6r63832af3afdd0816@mail.gmail.com> <200708091531.l79FVI4w032104@greed.delorie.com> <46BB93CD.7070300@codesourcery.com> <87hcn8885y.fsf@soliton.cs.tamu.edu> <200708100200.l7A20oe8001939@greed.delorie.com> <200708100327.l7A3RUbm005253@greed.delorie.com> <200708100359.l7A3xEOq005749@greed.delorie.com> <200708101839.l7AIdG0h022971@greed.delorie.com> <200708210221.l7L2LRFW022114@greed.delorie.com> Content-Type: text/plain Date: Sat, 21 Nov 2009 12:24:00 -0000 Message-Id: <1258804597.1930.7.camel@sara.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg01155.txt.bz2 Whatever happened to the #pragma GCC diagnostic push/pop patch? From the mailing list it sounded as if it was destined to be added but then everything just disappeared. /MF (Interested end user wanting to disable a warning in a stupid interface temporarily)