pr54486.c: Skip test for mingw-targets.
authorKai Tietz <ktietz@redhat.com>
Fri, 8 Mar 2013 08:40:32 +0000 (09:40 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 8 Mar 2013 08:40:32 +0000 (09:40 +0100)
* c-c++-common/pr54486.c: Skip test for mingw-targets.

From-SVN: r196538

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/pr54486.c

index ee5c580..5230aa2 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-08  Kai Tietz  <ktietz@redhat.com>
+
+       * c-c++-common/pr54486.c: Skip test for mingw-targets.
+
 2013-03-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/56559
index e8125fc..b4bcf3b 100644 (file)
@@ -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" {