From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12076 invoked by alias); 7 Mar 2013 19:28:39 -0000 Received: (qmail 12065 invoked by uid 22791); 7 Mar 2013 19:28:37 -0000 X-SWARE-Spam-Status: No, hits=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Mar 2013 19:28:30 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r27JSU8j027341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Mar 2013 14:28:30 -0500 Received: from stumpy.slc.redhat.com (ovpn-113-48.phx2.redhat.com [10.3.113.48]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r27JSTAV028611; Thu, 7 Mar 2013 14:28:30 -0500 Message-ID: <5138EA5D.3030209@redhat.com> Date: Thu, 07 Mar 2013 19:28:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Kai Tietz CC: GCC Patches Subject: Re: [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2013-03/txt/msg00313.txt.bz2 On 03/07/2013 11:16 AM, Kai Tietz wrote: > Hi, > > one small nit for mingw targets without gnu-style printf-formatter. > > ChangeLog > > 2013-03-07 Kai Tietz > > * c-c++-common/pr54486.c: Skip test for mingw-targets. > > Ok for apply? OK. Only because it's the testsuite and not a change to the compiler itself. As Jakub mentioned, we need to be locking things down pretty tight at this stage in the game. Jeff