Implementation notes: mipso32, gcc23, crypto_aead/qameleon12812864gpv1

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: In file included from encrypt.c:33:0:
encrypt.c: qarma128_14.h: In function 'Add':
encrypt.c: qarma128_14.h:117:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < 16; i++) state[i] ^= Cells[i];
encrypt.c: ^
encrypt.c: qarma128_14.h:117:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: qarma128_14.h: In function 'AddConstants':
encrypt.c: qarma128_14.h:195:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < 16; i++) cells[i] ^= RC[r][i];
encrypt.c: ^
encrypt.c: qarma128_14.h: In function 'AddAlpha':
encrypt.c: qarma128_14.h:202:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < 16; i++) cells[i] ^= ALPHA[i];
encrypt.c: ^
encrypt.c: qarma128_14.h: In function 'SubCell8':
encrypt.c: qarma128_14.h:274:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < 16; i++) cells[i] = sbox_8(cells[i]);
encrypt.c: ^
encrypt.c: qarma128_14.h: In function 'SubCell8_inv':
encrypt.c: qarma128_14.h:281:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < 16; i++) cells[i] = sbox_8_inv(cells[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