Implementation notes: amd64, rumba7, crypto_kem/rqc192

Computer: rumba7
Microarchitecture: amd64; Zen (800f11)
Architecture: amd64
CPU ID: AuthenticAMD-00800f11-178bfbff
SUPERCOP version: 20240625
Operation: crypto_kem
Primitive: rqc192
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1018229646526 0 24101616 908 1792T:avxgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1019786837120 0 2489977 940 1728T:avxclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1021142539487 0 2495809 940 1728T:avxclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1030075637441 0 2493377 940 1728T:avxclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1051891730434 0 2483969 924 1824T:avxclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1074169942349 0 2496256 908 1792T:avxgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
1181913934007 0 2487040 908 1792T:avxgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625

Test failure

Implementation: T:avx
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
error 111

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:avxclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:avxclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:avxclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:avxclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_elt.c: rbc_elt.c:521:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c:   __m128i a0_b0 = _mm_clmulepi64_si128(a, b, 0x00);
rbc_elt.c:                   ^
rbc_elt.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c:   ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c:             ^
rbc_elt.c: rbc_elt.c:523:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c:   __m128i a0_b1 = _mm_clmulepi64_si128(a, b, 0x10);
rbc_elt.c:                   ^
rbc_elt.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c:   ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c:             ^
rbc_elt.c: rbc_elt.c:524:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c:   __m128i a1_b0 = _mm_clmulepi64_si128(a, b, 0x01);
rbc_elt.c:                   ^
rbc_elt.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c:   ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c:             ^
rbc_elt.c: rbc_elt.c:526:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c:   __m128i a0_b2 = _mm_clmulepi64_si128(a, d, 0x00);
rbc_elt.c:                   ^
rbc_elt.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c:   ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c:             ^
rbc_elt.c: rbc_elt.c:527:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avxclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[6]' {aka 'long unsigned int[6]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[4]' {aka 'long unsigned int[4]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[4]' {aka 'long unsigned int[4]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:502:4: warning: array subscript 5 is outside array bounds of 'uint64_t[4]' {aka 'long unsigned int[4]'} [-Warray-bounds]
rbc_elt.c:   502 |   o[5] = 0;
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:avxgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:avxgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[6]' {aka 'long unsigned int[6]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[4]' {aka 'long unsigned int[4]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:             ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c:   return modulus;
rbc_qre.c:          ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c:   } else if(degree == 211) {
rbc_qre.c:          ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c:   rbc_poly_sparse modulus;
rbc_qre.c:                          ^
rbc_qre.c:                           = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/./rbc.h:40: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/rumba7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)