diff options
author | Tom de Vries <tom@codesourcery.com> | 2015-06-15 13:26:12 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2015-06-15 13:26:12 +0000 |
commit | ca431befaa6762e2eb331c4df66bc6ec8e87e768 (patch) | |
tree | 886135952d9b50feb313e7e3cc4ca7706b207d10 /libgomp/testsuite/libgomp.c/debug-1.c | |
parent | 0d8a9e20650c26cff76f6a7ad9f562548ec94255 (diff) | |
download | gcc-ca431befaa6762e2eb331c4df66bc6ec8e87e768.zip gcc-ca431befaa6762e2eb331c4df66bc6ec8e87e768.tar.gz gcc-ca431befaa6762e2eb331c4df66bc6ec8e87e768.tar.bz2 |
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
Diffstat (limited to 'libgomp/testsuite/libgomp.c/debug-1.c')
-rw-r--r-- | libgomp/testsuite/libgomp.c/debug-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/debug-1.c b/libgomp/testsuite/libgomp.c/debug-1.c index 09bcf7f..8fa9b54 100644 --- a/libgomp/testsuite/libgomp.c/debug-1.c +++ b/libgomp/testsuite/libgomp.c/debug-1.c @@ -1,6 +1,6 @@ /* PR debug/36617 */ /* { dg-do run } */ -/* { dg-options "-g -fopenmp -O0" } */ +/* { dg-options "-g -O0" } */ int f1 (void) |