Hi Everyone,
I'm testing Wget2. I believe it uses Gnulib from master.
Older Python does not respond to 'python --version':
Unknown option: --
usage: python [option] ... [-c cmd | file | -] [arg] ...
Try `python -h' for more information.
./bootstrap: Error: 'python' not found
'python -V' produce
sigabbrev_np is a new function in glibc 2.32. It is probably useful for
implementations of shells; maybe also for guile.
Here's a module which adds support for it to gnulib, so that it may be
used in GNU code without portability worries.
2020-08-20 Bruno Haible
sigabbrev_np: Add test
With the 'xlclang' compiler on AIX, I see no way to make 'alignas' or
'_Alignas' work. The unit test keeps failing:
../../gltests/test-stdalign.c:93: assertion '(uintptr_t) &(static_char_alignas)
% TEST_ALIGNMENT == 0' failed
We can mark this test as SKIP, since it's an expected failure now.
2
With
- clang 4.0.0, 5.0.2, 6.0.1, 7.0.1 on Linux/x86,
- clang 3.4 on minix
I'm seeing these compilation errors:
../../gltests/test-stdalign.c:70:1: error: static_assert failed "verify
(alignof (int64_t) == offsetof (int64_t_helper, slot2))"
CHECK_STATIC (int64_t);
^~
../..
On 20/08/20 23:14, Paul Eggert wrote:
> Thanks, I installed those patches into Gnulib and added the
> corresponding ChangeLog patches.
Thanks, I've pushed the glibc patch now.
Siddhesh
On 8/20/20 1:44 PM, Paul Eggert wrote:
> Thanks, I installed those patches into Gnulib and added the corresponding
> ChangeLog patches.
Thanks for fixing this!
--
Cheers,
Carlos.
Thanks, I installed those patches into Gnulib and added the corresponding
ChangeLog patches.