Re: [PATCH] Add TSVC tests.

2021-11-15 Thread Iain Sandoe
Hi folks, > On 6 Nov 2021, at 08:05, Martin Liška wrote: > Sorry for issue related to portability. > > On 11/6/21 03:45, David Edelsohn wrote: >> I just noticed that Iain adjusted the tsvc.h for Darwin in the same >> way that I need to adjust it for AIX. Are we trying to keep the >> testcase

Re: [PATCH] Add TSVC tests.

2021-11-06 Thread Martin Liška
Hello. Sorry for issue related to portability. On 11/6/21 03:45, David Edelsohn wrote: I just noticed that Iain adjusted the tsvc.h for Darwin in the same way that I need to adjust it for AIX. Are we trying to keep the testcase directory pristine and in sync with its upstream source or can we

Re: [PATCH] Add TSVC tests.

2021-11-05 Thread David Edelsohn via Gcc-patches
I just noticed that Iain adjusted the tsvc.h for Darwin in the same way that I need to adjust it for AIX. Are we trying to keep the testcase directory pristine and in sync with its upstream source or can we fix it locally? Thanks, David On Fri, Nov 5, 2021 at 8:24 PM David Edelsohn wrote: > >

Re: [PATCH] Add TSVC tests.

2021-11-05 Thread David Edelsohn via Gcc-patches
Hi, Martin These testcases rely on memalign in tsvc.h. memalign is provided in Linux and Solaris, but is not part of Posix, and it is not available in AIX. Posix defines posix_memalign, which also is available in AIX. Should the tsvc.h use posix_memalign? Always? Only when memalign is not

Re: [PATCH] Add TSVC tests.

2021-11-02 Thread Martin Liška
On 10/29/21 11:36, Richard Biener wrote: On Tue, Oct 26, 2021 at 5:27 PM Martin Liška wrote: On 10/26/21 10:13, Richard Biener wrote: On Tue, Oct 19, 2021 at 8:49 AM Martin Liška wrote: On 10/18/21 12:08, Richard Biener wrote: Can you please use a subdirectory for the sources, a

Re: [PATCH] Add TSVC tests.

2021-10-29 Thread Richard Biener via Gcc-patches
On Tue, Oct 26, 2021 at 5:27 PM Martin Liška wrote: > > On 10/26/21 10:13, Richard Biener wrote: > > On Tue, Oct 19, 2021 at 8:49 AM Martin Liška wrote: > >> > >> On 10/18/21 12:08, Richard Biener wrote: > >>> Can you please use a subdirectory for the sources, a "toplevel" > >>> license.txt

Re: [PATCH] Add TSVC tests.

2021-10-26 Thread Richard Biener via Gcc-patches
On Tue, Oct 19, 2021 at 8:49 AM Martin Liška wrote: > > On 10/18/21 12:08, Richard Biener wrote: > > Can you please use a subdirectory for the sources, a "toplevel" > > license.txt doesn't make much sense. You can simply amend > > vect.exp to process tsvc/*.c as well as sources so no need for an

Re: [PATCH] Add TSVC tests.

2021-10-25 Thread Martin Liška
PING^1 On 10/19/21 08:49, Martin Liška wrote: On 10/18/21 12:08, Richard Biener wrote: Can you please use a subdirectory for the sources, a "toplevel" license.txt doesn't make much sense.  You can simply amend vect.exp to process tsvc/*.c as well as sources so no need for an extra .exp file.