Re: [patch, testsuite] Remove superfluous -std={c99,gnu99} in libgomp.c

2015-06-15 Thread Jakub Jelinek
On Sat, Jun 06, 2015 at 12:05:44AM +0200, Tom de Vries wrote: this patch removes a superfluous -std=c99 or -std=gnu99 setting in the libgomp/testsuite/libgomp.c testcases (and a superfluous -fopenmp setting in some cases as well). The setting is superfluous because -std=gnu11 is the new

[patch, testsuite] Remove superfluous -std={c99,gnu99} in libgomp.c

2015-06-05 Thread Tom de Vries
Hi, this patch removes a superfluous -std=c99 or -std=gnu99 setting in the libgomp/testsuite/libgomp.c testcases (and a superfluous -fopenmp setting in some cases as well). The setting is superfluous because -std=gnu11 is the new default for C mode, which allows loop initial declaration.