Re: [patch, testsuite] Remove -fopenmp in dg-options in libgomp.c

2015-06-15 Thread Jakub Jelinek
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 f

[patch, testsuite] Remove -fopenmp in dg-options in libgomp.c

2015-06-05 Thread Tom de Vries
Hi, 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 tru