From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29210 invoked by alias); 23 Jan 2014 23:27:53 -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 29200 invoked by uid 89); 23 Jan 2014 23:27:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham 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 ESMTP; Thu, 23 Jan 2014 23:27:50 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0NNRmiL029343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 23 Jan 2014 18:27:48 -0500 Received: from redhat.com (ovpn-116-62.ams2.redhat.com [10.36.116.62]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s0NNRgvA012621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 23 Jan 2014 18:27:46 -0500 Date: Thu, 23 Jan 2014 23:27:00 -0000 From: Marek Polacek To: "H.J. Lu" Cc: "Joseph S. Myers" , GCC Patches , Jason Merrill , Jakub Jelinek Subject: Re: [C PATCH] Improve locinfo a bit (PR c/59846) Message-ID: <20140123232742.GA8907@redhat.com> References: <20140123163702.GW8907@redhat.com> <20140123184416.GZ8907@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2014-01/txt/msg01545.txt.bz2 On Thu, Jan 23, 2014 at 03:18:55PM -0800, H.J. Lu wrote: > It failed on Linux/x86: > > FAIL: gcc.dg/pr59846.c (test for excess errors) > FAIL: gcc.dg/pr59846.c (test for warnings, line 14) > FAIL: gcc.dg/pr59846.c (test for warnings, line 8) Ooops, yeah. I'll install a fix tomorrow. Marek