Skip gcc.dg/gimplefe-26.c on non-c99 runtime targets
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 21 Feb 2017 10:09:20 +0000 (10:09 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Tue, 21 Feb 2017 10:09:20 +0000 (10:09 +0000)
* gcc.dg/gimplefe-26.c: Require c99_runtime.

From-SVN: r245622

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gimplefe-26.c

index 639153d..9873e07 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * gcc.dg/gimplefe-26.c: Require c99_runtime.
+
 2017-02-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
 
        PR target/78056
index 55a4624..bc2f3b1 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
 
 #define foo(type, num) \