Implementation notes: mipso32, gcc23, crypto_aead/comet64speckv1

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c: In function 'init_state_64':
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:46:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<KSZ; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:46:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c: In function 'permute':
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:81:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=1; j<p; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c: In function 'shuffle':
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:128:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<n_4; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c: In function 'update':
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:149:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<MSZ; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:164:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<Ilen; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:174:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<MSZ; j++){
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:184:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
comet_64-128_and_128-128.c: for(u32 j=0; j<MSZ; j++){
comet_64-128_and_128-128.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