On 5/15/22 09:55, Dennis Clarke via Gcc-help wrote:
*baffled* again here.
Risking the self reply but maybe this is related :
Bug 61955 - libsanitizer fails to compile on RHEL4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61955
The kernel on this box is old. This old server was installed from the
actual red coloured cardboard box and the installation DVD. I even
have the cute bumper stickers in the box still. Thus the Linux kernel
here is from way way back :
mimas$ cat /proc/version
Linux version 2.6.32-71.el6.x86_64
(mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.4.4 20100726
(Red Hat 4.4.4-13) (GCC) ) #1 SMP Wed Sep 1 01:33:01 EDT 2010
mimas$
Looking into https://cdn.kernel.org/pub/linux/kernel/v2.6/ my guess is
somewhere from 2009 or so.
The last comment from Andrew Pinski in that bug report suggests it may
be possible ( no promise ) to start over with --disable-libsanitiser and
hope for the best.
Dennis