Implementation notes: amd64, cel02, crypto_kem/locker3

Computer: cel02
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20201130
Operation: crypto_kem
Primitive: locker3

Test failure

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

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
g++ -march=native -mtune=native -Os -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': free(): invalid pointer: 0x000055d4f6d4ffe0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7fe7c5612bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7fe7c5618fc6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7780e)[0x7fe7c561980e]
./try(+0x7ee4)[0x55d4f5eddee4]
./try(+0x5fc3)[0x55d4f5edbfc3]
./try(+0x4847)[0x55d4f5eda847]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fe7c55c22e1]
./try(+0x54fa)[0x55d4f5edb4fa]
======= 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

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