Implementation notes: mipso32, gcc23, crypto_aead/elephant200v1

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

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 'constcmp':
encrypt.c: encrypt.c:15:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (SIZE i = 0; i < length; ++i)
encrypt.c: ^
encrypt.c: encrypt.c:15:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'lfsr_step':
encrypt.c: encrypt.c:25:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < BLOCK_SIZE - 1; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'xor_block':
encrypt.c: encrypt.c:32:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < size; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_impl':
encrypt.c: encrypt.c:127:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < nb_it; ++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

Compiler output

Implementation: T:ref-parallel
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'mask_block':
encrypt.c: encrypt.c:20:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE l = 0; l < BLOCK_SIZE; l++)
encrypt.c: ^
encrypt.c: encrypt.c:20:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'slice_in_block':
encrypt.c: encrypt.c:46:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE l = 0; l < BLOCK_SIZE; l++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'slice_in_nonce':
encrypt.c: encrypt.c:52:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE l = 0; l < CRYPTO_NPUBBYTES; l++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'constcmp':
encrypt.c: encrypt.c:60:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (SIZE i = 0; i < length; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'lfsr_step':
encrypt.c: encrypt.c:70:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < BLOCK_SIZE - 1; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'big_lfsr_step':
encrypt.c: encrypt.c:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < BLOCK_SIZE - 1; ++i)
encrypt.c: ^
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-parallel
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref-parallel
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref-parallel
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref-parallel