]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 ee5c580e3c3076c72669fcae6db5c3ea4301b68a..5230aa2816c3abf9ba848976acb4fd30602bba6d 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 e8125fcf398eac2720981685ec009629d9b2a0ef..b4bcf3b10156aa0c4d51a503b5d60173f157d6fd 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" {