Implementation notes: mipso32, gcc23, crypto_sign/qtesla3s

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_sign
Primitive: qtesla3s

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
poly.c: poly.c: In function 'reduce':
poly.c: poly.c:19:3: warning: this decimal constant is unsigned only in ISO C90
poly.c: u = (a*PARAM_QINV) & 0xFFFFFFFF;
poly.c: ^
poly.c: poly.c: In function 'poly_mul':
poly.c: poly.c:91:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
poly.c: for (int i=0; i<PARAM_N; i++)
poly.c: ^
poly.c: poly.c:91:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

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