Re: [1/6] nvptx testsuite patches: alloca

2014-10-21 Thread Jeff Law
On 10/21/14 14:12, Bernd Schmidt wrote: This deals with uses of alloca in the testsuite. Some tests require it outright, others only at -O0, and others require it implicitly by requiring an alignment for stack variables bigger than the target's STACK_BOUNDARY. For the latter I've added explicit x

[1/6] nvptx testsuite patches: alloca

2014-10-21 Thread Bernd Schmidt
This deals with uses of alloca in the testsuite. Some tests require it outright, others only at -O0, and others require it implicitly by requiring an alignment for stack variables bigger than the target's STACK_BOUNDARY. For the latter I've added explicit xfails. Bernd gcc/testsuite/ * lib