Re: [PATCH] Remove dg-options -O2 in libgomp.c

2015-06-15 Thread Jakub Jelinek
On Mon, Jun 15, 2015 at 06:31:01PM +0200, Tom de Vries wrote: > Hi, > > this patch removes superfluous dg-option "-O2" settings in > testsuite/libgomp.c. The setting is superfluous, because DEFAULT_CFLAGS is > already set to "-O2" in c.exp. > > Tested on x86_64. > > OK for trunk? Ok, thanks.

[PATCH] Remove dg-options -O2 in libgomp.c

2015-06-15 Thread Tom de Vries
Hi, this patch removes superfluous dg-option "-O2" settings in testsuite/libgomp.c. The setting is superfluous, because DEFAULT_CFLAGS is already set to "-O2" in c.exp. Tested on x86_64. OK for trunk? Thanks, - Tom Remove dg-options -O2 in libgomp.c 2015-06-15 Tom de Vries * testsuit