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 d
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
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:
>
> H
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 ava
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 "toplevel
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 doesn
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
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.