From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6394 invoked by alias); 7 Mar 2013 18:17:01 -0000 Received: (qmail 6380 invoked by uid 22791); 7 Mar 2013 18:16:59 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com) (209.85.223.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Mar 2013 18:16:52 +0000 Received: by mail-ie0-f177.google.com with SMTP id 16so951189iea.22 for ; Thu, 07 Mar 2013 10:16:51 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.43.7.201 with SMTP id op9mr34777965icb.30.1362680211512; Thu, 07 Mar 2013 10:16:51 -0800 (PST) Received: by 10.64.14.129 with HTTP; Thu, 7 Mar 2013 10:16:51 -0800 (PST) Date: Thu, 07 Mar 2013 18:17:00 -0000 Message-ID: Subject: [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets From: Kai Tietz To: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 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/msg00309.txt.bz2 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? Regards, Kai Index: c-c++-common/pr54486.c =================================================================== --- c-c++-common/pr54486.c (Revision 196507) +++ c-c++-common/pr54486.c (Arbeitskopie) @@ -1,6 +1,7 @@ /* PR middle-end/54486 */ /* { dg-do compile } */ /* { dg-options "-Wformat" } */ +/* { dg-skip-if "no POSIX printf" { *-*-mingw* } { "*" } { "" } } */ #ifdef __cplusplus extern "C" {