Implementation notes: amd64, gcc14, crypto_kem/locker9

Computer: gcc14
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20220506
Operation: crypto_kem
Primitive: locker9

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111
*** Error in `./try-small': free(): invalid pointer: 0x0000558b402cffe0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fb812752bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fb812758fc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fb81275980e]
./try-small(+0x6cbb)[0x558b3ef51cbb]
./try-small(+0x5777)[0x558b3ef50777]
./try-small(+0x42d4)[0x558b3ef4f2d4]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fb8127022e1]
./try-small(+0x4c5a)[0x558b3ef4fc5a]
======= Memory map: ========

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111
*** Error in `./try-small': free(): invalid pointer: 0x0000563a36e6ffe0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f47ed477bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f47ed47dfc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f47ed47e80e]
./try-small(+0x7515)[0x563a34fc5515]
./try-small(+0x5684)[0x563a34fc3684]
./try-small(+0x42d4)[0x563a34fc22d4]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f47ed4272e1]
./try-small(+0x4c7a)[0x563a34fc2c7a]
======= Memory map: ========

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111
*** Error in `./try-small': free(): invalid pointer: 0x000055c47be7ffd0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f63f9c3ebfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f63f9c44fc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7f63f9c4580e]
./try-small(+0x3f941)[0x55c47a341941]
./try-small(+0xc2091)[0x55c47a3c4091]
./try-small(+0x6801)[0x55c47a308801]
./try-small(+0x5389)[0x55c47a307389]
./try-small(+0x5d8b)[0x55c47a307d8b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f63f9bee2e1]
./try-small(+0x48da)[0x55c47a3068da]
======= Memory map: ========

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
rng.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
decoder.cpp: decoder.cpp:27:13: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec Si[F_dim];
decoder.cpp: ^
decoder.cpp: decoder.cpp:36:17: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec inters[F_dim-1];
decoder.cpp: ^
decoder.cpp: decoder.cpp:99:13: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec Si[F_dim];
decoder.cpp: ^
decoder.cpp: 3 errors generated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref