Implementation notes: mipso32, gcc23, crypto_hash/orangishv1

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from hash.c:4:0:
hash.c: photon.h: In function 'photon':
hash.c: photon.h:215:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int j=0; j<32; j++) {
hash.c: ^
hash.c: photon.h:215:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: hash.c: In function 'crypto_hash_orangishv1_ref_timingleaks':
hash.c: hash.c:17:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:21:18: error: redefinition of 'i'
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:17:18: note: previous definition of 'i' was here
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:21:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.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