Implementation notes: mipso32, gcc23, crypto_aead/orangezestv1

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

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:11:0:
encrypt.c: orangemodule.h: In function 'byte_wise_lshift':
encrypt.c: orangemodule.h:33:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < no_cycle; i++)
encrypt.c: ^
encrypt.c: orangemodule.h:33:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: orangemodule.h:36:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0; j<byte_shift_period;j++){
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'alpha_mult':
encrypt.c: orangemodule.h:84:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0; j<16;j++)
encrypt.c: ^
encrypt.c: orangemodule.h:95:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0;i<16;i++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'mult':
encrypt.c: orangemodule.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0 ; i<c ;i++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'hash':
encrypt.c: orangemodule.h:137:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(ul j=0;j<blen;j++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'rho':
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