Remove -fopenmp in dg-options in libgomp.c
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
This commit is contained in:
parent
0d8a9e2065
commit
ca431befaa
13 changed files with 20 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* PR c/64824 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
|
||||
void
|
||||
f1 (void)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-fopenmp -O0" } */
|
||||
/* { dg-options "-O0" } */
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR debug/36617 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-g -fopenmp -O0" } */
|
||||
/* { dg-options "-g -O0" } */
|
||||
|
||||
int
|
||||
f1 (void)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
/* { dg-require-effective-target tls_runtime } */
|
||||
|
||||
#include <omp.h>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* PR c/64824 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* PR c/64868 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
|
||||
float f = 2.0f;
|
||||
double d = 4.0;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* PR middle-end/66133 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* PR middle-end/66199 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fopenmp" } */
|
||||
|
||||
int u[1024], v[1024], w[1024];
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-fopenmp" } */
|
||||
|
||||
void
|
||||
foo (int *p)
|
||||
|
|
Loading…
Add table
Reference in a new issue