From ca431befaa6762e2eb331c4df66bc6ec8e87e768 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Mon, 15 Jun 2015 13:26:12 +0000 Subject: Remove -fopenmp in dg-options in libgomp.c 2015-06-15 Tom de Vries * 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 --- libgomp/testsuite/libgomp.c/debug-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp/testsuite/libgomp.c/debug-1.c') 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) -- cgit v1.1