Implementation notes: mipso32, gcc23, crypto_aead/hanmre

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
decrypt.c: decrypt.c: In function 'crypto_aead_hanmre_ref_timingleaks_decrypt':
decrypt.c: decrypt.c:20:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
decrypt.c: for(int i=0;i<HANMRE_TAG_SZ;i++){
decrypt.c: ^
decrypt.c: decrypt.c:20:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
decrypt.c: decrypt.c:31:14: error: conflicting types for 'i'
decrypt.c: for(size_t i = 0; i < HANMRE_TAG_SZ; i++) {
decrypt.c: ^
decrypt.c: decrypt.c:20:11: note: previous definition of 'i' was here
decrypt.c: for(int i=0;i<HANMRE_TAG_SZ;i++){
decrypt.c: ^
decrypt.c: decrypt.c:31:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
decrypt.c: for(size_t i = 0; i < HANMRE_TAG_SZ; i++) {
decrypt.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