Re: [patch, libgomp] testsuite remove alloca header

2019-10-02 Thread Andreas Tobler
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

Re: [patch, libgomp] testsuite remove alloca header

2019-10-02 Thread Thomas Schwinge
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

Re: [patch, libgomp] testsuite remove alloca header

2019-09-30 Thread Jakub Jelinek
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? > >

[patch, libgomp] testsuite remove alloca header

2019-09-30 Thread Andreas Tobler
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.