Implementation notes: amd64, hydra7, crypto_kem/rolloii256

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_kem
Primitive: rolloii256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
441628434816 0 24113208 924 1792T:avxgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625
453578132472 0 24109624 924 1792T:avxgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625
472154825852 0 24102328 924 1792T:avxgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625

Test failure


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


rbc_elt.c: rbc_elt.c:446:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   446 | 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[2]' {aka 'long unsigned int[2]'}
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:449:4: warning: array subscript 2 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   449 |   o[2] = e[2];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:446:44: note: while referencing 'o'
rbc_elt.c:   446 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:450:4: warning: array subscript 3 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   450 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:446:44: note: while referencing 'o'
rbc_elt.c:   446 | 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


rbc_elt.c: rbc_elt.c:446:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   446 | 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[2]' {aka 'long unsigned int[2]'}
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


rbc_elt.c: rbc_elt.c:459:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   459 | 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[2]' {aka 'long unsigned int[2]'}
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:462:4: warning: array subscript 2 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   462 |   o[2] = e[2];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:463:4: warning: array subscript 3 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   463 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | 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_rolloii256.a(lrpc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/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


rbc_elt.c: rbc_elt.c:459:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   459 | 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[2]' {aka 'long unsigned int[2]'}
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:462:4: warning: array subscript 2 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   462 |   o[2] = e[2];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:463:4: warning: array subscript 3 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   463 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | 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_rolloii256.a(lrpc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/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


rbc_elt.c: rbc_elt.c:459:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   459 | 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[2]' {aka 'long unsigned int[2]'}
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_rolloii256.a(lrpc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/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


rbc_elt.c: rbc_elt.c:459:44: warning: argument 1 of type 'uint64_t[4]' {aka 'long unsigned int[4]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   459 | 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[2]' {aka 'long unsigned int[2]'}
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:462:4: warning: array subscript 2 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   462 |   o[2] = e[2];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:463:4: warning: array subscript 3 is outside array bounds of 'uint64_t[2]' {aka 'long unsigned int[2]'} [-Warray-bounds]
rbc_elt.c:   463 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:459:44: note: while referencing 'o'
rbc_elt.c:   459 | 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_rolloii256.a(lrpc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rolloii256.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rolloii256.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rolloii256/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)