Implementation notes: mipso32, gcc23, crypto_aead/twegift64locusaeadv1

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'xor_bytes':
encrypt.c: encrypt.c:29:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u8 i=0; i < num; i++)
encrypt.c: ^
encrypt.c: encrypt.c:29:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'mult_by_alpha':
encrypt.c: encrypt.c:51:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u8 i=CRYPTO_KEYBYTES-1; i>0; i--){
encrypt.c: ^
encrypt.c: encrypt.c: In function 'proc_ad':
encrypt.c: encrypt.c:127:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u64 i=0; i < a-1; i++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'proc_pt':
encrypt.c: encrypt.c:194:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u64 i=0; i < m-1; i++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'proc_ct':
encrypt.c: encrypt.c:266:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u64 i=0; i < m-1; i++)
encrypt.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