Implementation notes: mipso32, gcc23, crypto_sign/qtesla3p

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
sample.c: sample.c: In function 'mod7':
sample.c: sample.c:36:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
sample.c: for (int j = 0; j < 2; j++) {
sample.c: ^
sample.c: sample.c:36:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
sample.c: sample.c: In function 'Bernoulli':
sample.c: sample.c:155:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
sample.c: for (int64_t i = 0, s = t; i < 3; i++, s >>= 5) {
sample.c: ^

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