On 02.10.19 12:19, Thomas Schwinge wrote:
Hi!
On 2019-09-30T15:22:52+0200, Jakub Jelinek wrote:
On Mon, Sep 30, 2019 at 03:16:00PM +0200, Andreas Tobler wrote:
here on FreeBSD we lack the alloca.h header so two test cases fail to
compile.
Do the same as I did six years ago for another test c
Hi!
On 2019-09-30T15:22:52+0200, Jakub Jelinek wrote:
> On Mon, Sep 30, 2019 at 03:16:00PM +0200, Andreas Tobler wrote:
>> here on FreeBSD we lack the alloca.h header so two test cases fail to
>> compile.
>>
>> Do the same as I did six years ago for another test case: 'Remove alloca.h
>> and rep
On Mon, Sep 30, 2019 at 03:16:00PM +0200, Andreas Tobler wrote:
> here on FreeBSD we lack the alloca.h header so two test cases fail to
> compile.
>
> Do the same as I did six years ago for another test case: 'Remove alloca.h
> and replace it with __builtin_alloca"
>
> Is this ok for trunk?
>
>
Hi,
here on FreeBSD we lack the alloca.h header so two test cases fail to
compile.
Do the same as I did six years ago for another test case: 'Remove
alloca.h and replace it with __builtin_alloca"
Is this ok for trunk?
TIA,
Andreas
2019-09-30 Andreas Tobler
* testsuite/libgomp.