Implementation notes: mipso32, gcc23, crypto_aead/schwaemm256128v1

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

Compiler output

Implementation: T:opt
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'initialize':
encrypt.c: encrypt.c:75:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0; i<CRYPTO_NPUBWORDS; i++)
encrypt.c: ^
encrypt.c: encrypt.c:75:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c:78:13: error: redefinition of 'i'
encrypt.c: for(int i=0; i<CRYPTO_KEYWORDS; i++)
encrypt.c: ^
encrypt.c: encrypt.c:75:13: note: previous definition of 'i' was here
encrypt.c: for(int i=0; i<CRYPTO_NPUBWORDS; i++)
encrypt.c: ^
encrypt.c: encrypt.c:78:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0; i<CRYPTO_KEYWORDS; i++)
encrypt.c: ^
encrypt.c: In file included from encrypt.c:33:0:
encrypt.c: encrypt.c: In function 'processAD':
encrypt.c: util.h:45:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int _i=0; _i<WORD(RATE); _i++){ \
encrypt.c: ^
encrypt.c: encrypt.c:93:13: note: in expansion of macro 'RATEWHITENING'
encrypt.c: RATEWHITENING(state);
encrypt.c: ^
encrypt.c: util.h:45:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int _i=0; _i<WORD(RATE); _i++){ \
encrypt.c: ^
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt
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