Implementation notes: mipso32, gcc23, crypto_kem/bikel3

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

Compiler output

Implementation: T:portable
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
aes_ctr_prf.c: In file included from cleanup.h:10:0,
aes_ctr_prf.c: from aes.h:17,
aes_ctr_prf.c: from aes_ctr_prf.h:10,
aes_ctr_prf.c: from aes_ctr_prf.c:8:
aes_ctr_prf.c: utilities.h: In function 'secure_cmp':
aes_ctr_prf.c: utilities.h:68:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
aes_ctr_prf.c: for(uint32_t i = 0; i < size; ++i) {
aes_ctr_prf.c: ^
aes_ctr_prf.c: utilities.h:68:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
aes_ctr_prf.c: In file included from aes.h:17:0,
aes_ctr_prf.c: from aes_ctr_prf.h:10,
aes_ctr_prf.c: from aes_ctr_prf.c:8:
aes_ctr_prf.c: cleanup.h: In function 'compressed_idx_d_ar_cleanup':
aes_ctr_prf.c: cleanup.h:67:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
aes_ctr_prf.c: for(int i = 0; i < N0; i++) {
aes_ctr_prf.c: ^
aes_ctr_prf.c: cleanup.h: In function 'seeds_cleanup':
aes_ctr_prf.c: cleanup.h:74:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
aes_ctr_prf.c: for(int i = 0; i < NUM_OF_SEEDS; i++) {
aes_ctr_prf.c: ^

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