On 17.12.13 18:54, Jakub Jelinek wrote:
> On Tue, Dec 17, 2013 at 06:42:22PM +0100, Andreas Tobler wrote:
>> 2013-12-17 Andreas Tobler
>>
>> * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude.
>
> In this case please also change the alloca (...) use in the testcase
> to __builtin_
On Tue, Dec 17, 2013 at 06:42:22PM +0100, Andreas Tobler wrote:
> 2013-12-17 Andreas Tobler
>
> * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude.
In this case please also change the alloca (...) use in the testcase
to __builtin_alloca (...) and update the ChangeLog entry.
Ok w