From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85518 invoked by alias); 14 Sep 2015 07:50:29 -0000 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 Received: (qmail 85502 invoked by uid 89); 14 Sep 2015 07:50:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 14 Sep 2015 07:50:27 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 889432F5184; Mon, 14 Sep 2015 07:50:26 +0000 (UTC) Received: from localhost.localdomain (vpn1-7-172.ams2.redhat.com [10.36.7.172]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8E7oOpw015754; Mon, 14 Sep 2015 03:50:25 -0400 Message-ID: <55F67C3F.40503@redhat.com> Date: Mon, 14 Sep 2015 07:54:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Mark Wielaard , =?windows-1252?Q?Manuel_L=F3pez-Ib=E1?= =?windows-1252?Q?=F1ez?= CC: GCC Patches Subject: Re: [PATCH] PR28901 -Wunused-variable ignores unused const initialised variables References: <1442009555-13690-1-git-send-email-mjw@redhat.com> <55F355B1.1070605@redhat.com> <20150912220051.GA4445@blokker.redhat.com> <20150913114057.GB4445@blokker.redhat.com> <55F5712D.9080104@gmail.com> <20150913182406.GC4445@blokker.redhat.com> In-Reply-To: <20150913182406.GC4445@blokker.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00899.txt.bz2 On 09/13/2015 08:24 PM, Mark Wielaard wrote: > commit 97505bd0e4ac15d86c2a302cfebc5f1a4fc2c2e8 > Author: Mark Wielaard > Date: Fri Sep 11 23:54:15 2015 +0200 > > PR28901 -Wunused-variable ignores unused const initialised variables in C This is ok. Bernd