Implementation notes: mipso32, gcc23, crypto_aead/laemsimon256v1

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

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 'add_2sum_128':
encrypt.c: encrypt.c:30:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 8; i < 16; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:30:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c:36:11: error: redefinition of 'i'
encrypt.c: for (int i = 0; i < 8; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:30:11: note: previous definition of 'i' was here
encrypt.c: for (int i = 8; i < 16; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:36:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < 8; i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'key_schedule':
encrypt.c: encrypt.c:109:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (uint32_t i = 0; i < KEY_WORDS; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:112:16: error: redefinition of 'i'
encrypt.c: for (uint32_t i = KEY_WORDS; i < ROUNDS; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:109:16: note: previous definition of 'i' was here
encrypt.c: for (uint32_t i = 0; i < KEY_WORDS; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:112:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
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