On Sat, Jun 06, 2015 at 12:10:00AM +0200, Tom de Vries wrote: > this patch removes superfluous -fopenmp settings. > > In the case of target-8.c, we remove the whole dg-options line which did not > have an -On setting, which means the optimization level at which the > testcase compiles is changed from -O0 to the default -O2. > > Tested with a c build. > > OK for trunk? > > Thanks, > - Tom
> Remove -fopenmp in dg-options in libgomp.c > > 2015-06-05 Tom de Vries <t...@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. This is ok. Jakub