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
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