https://bugs.openldap.org/show_bug.cgi?id=9916
--- Comment #3 from Howard Chu hyc@openldap.org --- I just built 2.6.3 on gcc102 in the compile farm, no problem:
hyc@gcc102:/tmp/openldap/tests$ ./run test001 Running ./scripts/test001-slapadd for mdb... running defines.sh Running slapadd to build slapd database... Starting slapd on TCP/IP port 9011... Using ldapsearch to retrieve all the entries... Filtering ldapsearch results... Filtering original ldif used to create database... Comparing filter output... Running slapadd with unordered LDIF... Starting slapd on TCP/IP port 9011... Using ldapsearch to retrieve all the entries... Filtering ldapsearch results... Filtering original ldif used to create database... Comparing filter output...
Test succeeded
hyc@gcc102:/tmp/openldap/tests$ gcc --version gcc (Debian 12.2.0-2) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
hyc@gcc102:/tmp/openldap/tests$ uname -a Linux gcc102.fsffrance.org 5.18.0-3-sparc64-smp #1 SMP Debian 5.18.14-1 (2022-07-23) sparc64 GNU/Linux