Re: [Patch] Fix the test libgomp.graphite/force-parallel-6.c

2012-10-23 Thread Mike Stump
On Oct 23, 2012, at 6:33 AM, Dominique Dhumieres wrote: > The test libgomp.graphite/force-parallel-6.c is not valid as it tries > to write Y[2*N] for Y defined as Ok. [ Could someone check it in for Dominique? ] > 2012-10-23 Dominique d'Humieres > > * testsuite/libgomp.graphite/force-

[Patch] Fix the test libgomp.graphite/force-parallel-6.c

2012-10-23 Thread Dominique Dhumieres
The test libgomp.graphite/force-parallel-6.c is not valid as it tries to write Y[2*N] for Y defined as int X[2*N], Y[2*N], B[2*N]; This patch fixes the bounds of the loops in order to make the test valid Since I don't have write access, could someone commit the patch if it is approved? Dominiqu