bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test-stdalign failure on AIX


From: Bruno Haible
Subject: test-stdalign failure on AIX
Date: Thu, 12 Dec 2019 03:43:59 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-166-generic; KDE/5.18.0; x86_64; ; )

On the AIX 7.2 machine gcc119.fsffrance.org, with xlclang as compiler,
the test-stdalign program fails:

$ ./test-stdalign 
../../gltests/test-stdalign.c:94: assertion '(uintptr_t) &(static_char_Alignas) 
% TEST_ALIGNMENT == 0' failed
IOT/Abort trap (core dumped)

This happens both in 32-bit mode and 64-bit mode.

Can someone take a look, please?

Initializations for 32-bit:
PATH=/opt/IBM/xlC/16.1.0/bin:$PATH
CC="xlclang -qthreaded -qtls"; CXX="xlclang++ -qthreaded -qtls"; export CC CXX
unset AR NM

Initializations for 64-bit:
PATH=/opt/IBM/xlC/16.1.0/bin:$PATH
CC="xlclang -q64 -qthreaded -qtls"; CXX="xlclang++ -q64 -qthreaded -qtls"; 
AR="ar -X 64"; NM="nm -X 64"; export CC CXX AR NM

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]