Re: Test failures on legacy Darwin/powerpc

2023-11-09 Thread Bruno Haible
Jeffrey Walton wrote: > > If I recall correctly, those old PowerMac use 128-bit floats from > > IEEE754 by default. > > > > I think you should build with `-mlong-double-64` on the old PowerMacs. This advice would work for a program; it does not work for a library or for Gnulib. The reason is that

Re: Test failures on legacy Darwin/powerpc

2023-11-09 Thread Sevan Janiyan
On 09/11/2023 18:28, Jeffrey Walton wrote: If I recall correctly, those old PowerMac use 128-bit floats from IEEE754 by default. I think you should build with `-mlong-double-64` on the old PowerMacs. Thank you for the hint, that did the trick on 10.4 (G5) & 10.5 (G4) PASS test-float (exit sta

Re: Test failures on legacy Darwin/powerpc

2023-11-09 Thread Jeffrey Walton
On Thu, Nov 9, 2023 at 1:00 PM Sevan Janiyan wrote: > > On 10.4 > FAIL: test-nanosleep > > > test-nanosleep.c:50: assertion 'nanosleep (&ts, NULL) == -1' failed > FAIL test-nanosleep (exit status: 134) > > > On 10.4 & 10.5 > FAIL: test-float > > > test-float.c

Test failures on legacy Darwin/powerpc

2023-11-09 Thread Sevan Janiyan
On 10.4 FAIL: test-nanosleep test-nanosleep.c:50: assertion 'nanosleep (&ts, NULL) == -1' failed FAIL test-nanosleep (exit status: 134) On 10.4 & 10.5 FAIL: test-float test-float.c:332: assertion 'x + x == x' failed FAIL test-float (exit status: 134) On