Remove -fopenmp in dg-options in libgomp.c
authorTom de Vries <tom@codesourcery.com>
Mon, 15 Jun 2015 13:26:12 +0000 (13:26 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 15 Jun 2015 13:26:12 +0000 (13:26 +0000)
2015-06-15  Tom de Vries  <tom@codesourcery.com>

* testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
in dg-options.
* testsuite/libgomp.c/atomic-3.c: Same.
* testsuite/libgomp.c/debug-1.c: Same.
* testsuite/libgomp.c/nqueens-1.c: Same.
* testsuite/libgomp.c/pr26171.c: Same.
* testsuite/libgomp.c/pr48591.c: Same.
* testsuite/libgomp.c/pr64824.c: Same.
* testsuite/libgomp.c/pr64868.c: Same.
* testsuite/libgomp.c/pr66133.c: Same.
* testsuite/libgomp.c/pr66199-1.c: Same.
* testsuite/libgomp.c/pr66199-2.c: Same.
* testsuite/libgomp.c/target-8.c: Same.

From-SVN: r224480

13 files changed:
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/atomic-18.c
libgomp/testsuite/libgomp.c/atomic-3.c
libgomp/testsuite/libgomp.c/debug-1.c
libgomp/testsuite/libgomp.c/nqueens-1.c
libgomp/testsuite/libgomp.c/pr26171.c
libgomp/testsuite/libgomp.c/pr48591.c
libgomp/testsuite/libgomp.c/pr64824.c
libgomp/testsuite/libgomp.c/pr64868.c
libgomp/testsuite/libgomp.c/pr66133.c
libgomp/testsuite/libgomp.c/pr66199-1.c
libgomp/testsuite/libgomp.c/pr66199-2.c
libgomp/testsuite/libgomp.c/target-8.c

index bf3ec49ceceef08d5f4e580888694f78541e2bbe..e2d022f7e3b489b9c37b99b4b1b613b8d04e3331 100644 (file)
@@ -1,3 +1,19 @@
+2015-06-15  Tom de Vries  <tom@codesourcery.com>
+
+       * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
+       in dg-options.
+       * testsuite/libgomp.c/atomic-3.c: Same.
+       * testsuite/libgomp.c/debug-1.c: Same.
+       * testsuite/libgomp.c/nqueens-1.c: Same.
+       * testsuite/libgomp.c/pr26171.c: Same.
+       * testsuite/libgomp.c/pr48591.c: Same.
+       * testsuite/libgomp.c/pr64824.c: Same.
+       * testsuite/libgomp.c/pr64868.c: Same.
+       * testsuite/libgomp.c/pr66133.c: Same.
+       * testsuite/libgomp.c/pr66199-1.c: Same.
+       * testsuite/libgomp.c/pr66199-2.c: Same.
+       * testsuite/libgomp.c/target-8.c: Same.
+
 2015-06-15  Tom de Vries  <tom@codesourcery.com>
 
        * testsuite/libgomp.c/collapse-3.c: Use dg-additional-options for
index bd048c1094c9d2a212ff4df22499f9357e312596..4f7361e54e30937a2d727ff5dc032c03a6e3ab10 100644 (file)
@@ -1,6 +1,5 @@
 /* PR c/64824 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 void
 f1 (void)
index 5b8fdc1a79e181703d6278643f54d08f8bc477f5..818242d73c07649a50a0adf5e9bd1b8024920fd6 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-fopenmp -O0" } */
+/* { dg-options "-O0" } */
 
 #include <omp.h>
 #include <stdlib.h>
index 09bcf7f3cc1b58ab9dafe8d7d382ea2c15827b23..8fa9b548a142522ce5010ae91a58890a20c393c9 100644 (file)
@@ -1,6 +1,6 @@
 /* PR debug/36617 */
 /* { dg-do run } */
-/* { dg-options "-g -fopenmp -O0" } */
+/* { dg-options "-g -O0" } */
 
 int
 f1 (void)
index 9742b7a18df212417c9713a20c9fd8f8fa5afec0..db5517f1233cee70019b38147dcd0c493c1f71f6 100644 (file)
@@ -1,5 +1,4 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 /* { dg-require-effective-target tls_runtime } */
 
 #include <omp.h>
index eacc9a71d3e61ccabd8072a11406feb236de68eb..322a0c756891b6d73374625df6dde222d2516f2a 100644 (file)
@@ -1,6 +1,6 @@
 /* PR c/26171 */
 /* { dg-do run } */
-/* { dg-options "-fopenmp" } */
+/* { dg-options "-O0" } */
 /* { dg-require-effective-target tls_runtime } */
 
 int thrv = 0;
index 8df97f1554b63fd386aea9ccf32833f219367b58..2f617afcc8135a649aa25e96aefa582c15137635 100644 (file)
@@ -1,6 +1,6 @@
 /* PR middle-end/48591 */
 /* { dg-do run { target i?86-*-linux* i?86-*-gnu* x86_64-*-linux* ia64-*-linux* x86_64-*-freebsd* } } */
-/* { dg-options "-fopenmp" } */
+/* { dg-options "-O0" } */
 
 extern void abort (void);
 
index 544d0b0fc1ff1a15bd7e1a0801a4386d100dcbc6..b39675b9524585db23cbdcab2aa380dc6412729b 100644 (file)
@@ -1,6 +1,5 @@
 /* PR c/64824 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 int
 main ()
index acdf99841087d2d5bcc3ddce42aed5a683db7fcb..f93caf2091c1714ae55574726ef87cd9c745f011 100644 (file)
@@ -1,6 +1,5 @@
 /* PR c/64868 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 float f = 2.0f;
 double d = 4.0;
index e98e5aac4129d025a38269c3a5c1bcc8ccfe0444..90685cd81b66f04202a37f99023911bd838f2982 100644 (file)
@@ -1,6 +1,5 @@
 /* PR middle-end/66133 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 #include <stdlib.h>
 #include <unistd.h>
index 6fd9f87fa24e0448a2914e4fc0acf9bcb1391ab5..20482a4b43d129d7d125c4b1a7acf1ef27cccbd7 100644 (file)
@@ -1,6 +1,5 @@
 /* PR middle-end/66199 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 int u[1024], v[1024], w[1024];
 
index dbcd701b755e456f7da421f857a95820076c62f9..ddb79de8943e7d6c86442505240e4a9a5d94592a 100644 (file)
@@ -1,6 +1,5 @@
 /* PR middle-end/66199 */
 /* { dg-do run } */
-/* { dg-options "-O2 -fopenmp" } */
 
 #pragma omp declare target
 int u[1024], v[1024], w[1024];
index 350845753244b4f7372050b1a6f804b84617eaa5..5fe0db957950087cc0f66b90a5ddb1d87c4d9ecc 100644 (file)
@@ -1,5 +1,4 @@
 /* { dg-do run } */
-/* { dg-options "-fopenmp" } */
 
 void
 foo (int *p)