nested-func-10.c: Requires alloca.
authorNathan Sidwell <nathan@acm.org>
Tue, 10 May 2016 13:05:57 +0000 (13:05 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 10 May 2016 13:05:57 +0000 (13:05 +0000)
* gcc.dg/nested-func-10.c: Requires alloca.
* gcc.dg/nested-func-9.c: Requires alloca.
* gcc.c-torture/execute/pr70460.c: Requires labels.
* gcc.c-torture/compile/pr70199.c: Requires labels.
* gcc.target/nvptx/decl.c: Compile only.
* gcc.target/nvptx/trailing-init.c: Compile only.
* gcc.target/nvptx/ary-init.c: Compile only.

From-SVN: r236077

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr70199.c
gcc/testsuite/gcc.c-torture/execute/pr70460.c
gcc/testsuite/gcc.dg/nested-func-10.c
gcc/testsuite/gcc.dg/nested-func-9.c
gcc/testsuite/gcc.target/nvptx/ary-init.c
gcc/testsuite/gcc.target/nvptx/decl.c
gcc/testsuite/gcc.target/nvptx/trailing-init.c

index 4f3cc5dca70cc4b356777999fb437d06f9d74b5c..c4367b8b6091970b3c14461ac554a4dcad1b90c4 100644 (file)
@@ -1,3 +1,13 @@
+2016-05-10  Nathan Sidwell  <nathan@acm.org>
+
+       * gcc.dg/nested-func-10.c: Requires alloca.
+       * gcc.dg/nested-func-9.c: Requires alloca.
+       * gcc.c-torture/execute/pr70460.c: Requires labels.
+       * gcc.c-torture/compile/pr70199.c: Requires labels.
+       * gcc.target/nvptx/decl.c: Compile only.
+       * gcc.target/nvptx/trailing-init.c: Compile only.
+       * gcc.target/nvptx/ary-init.c: Compile only.
+
 2016-05-10  Marek Polacek  <polacek@redhat.com>
 
        PR c/70255
index a4323f09f234000be845418f2d129227efd18551..03eab4f44d73204f981adaa66a07f20b9678da76 100644 (file)
@@ -1,3 +1,6 @@
+/* { dg-require-effective-target indirect_jumps } */
+/* { dg-require-effective-target label_values } */
+
 static volatile int v = 0;
 static
 void benchmark(long runs) {
index bfecea0932e974a7ea26c5a2692ce4ffb36a7fe2..acc57511ae2be3793c3b53e3fe70c772e81f9fef 100644 (file)
@@ -1,3 +1,6 @@
+/* { dg-require-effective-target indirect_jumps } */
+/* { dg-require-effective-target label_values } */
+
 /* PR rtl-optimization/70460 */
 
 int c;
index ac6f76fbbe7c66a08ad00f04c3b3da7a9249b8a8..e017fba871e3159f841564e7e70b0f0ee6e15561 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c/70093 */
 /* { dg-do compile } */
 /* { dg-options "" } */
+/* { dg-require-effective-target alloca } */
 
 void __attribute__((noinline, noclone))
 foo (int n)
index 902c258539354b107a6e3dfb44636ef3e988fa4e..633ab6993d0ac63014e54afea16882a94e0cac88 100644 (file)
@@ -1,6 +1,7 @@
 /* PR c/70093 */
 /* { dg-do run } */
 /* { dg-options "" } */
+/* { dg-require-effective-target alloca } */
 
 void
 foo (int n)
index 93235fd30a2ebfed9999f12437403bd26af82676..71bcb7b0a035c583b4d3d2fb0a9c644ff9b42849 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-do compile } */
+
 /* { dg-additional-options "-Wno-long-long" } */
 
 char ca1[2] = {'a', 'b'};
index 094cdb03fe0acc8a074ce860a9ad8938599ccaac..190a64d5679aba55ade9a52c0eaeed49aade4a4e 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-do compile } */
 
 static const int __attribute__ ((used)) cst_local = 4;
 static int __attribute__ ((used)) glob_local = 5;
index 3fa916d0ac215e85f09c1b521359af0d26d4d3c1..470ac0059d3c56a3861b5db582dd54cca6dff4e5 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-do compile } */
 /* { dg-additional-options "-Wno-pedantic" } */
 
 struct trailing