Implementation notes: amd64, temp, crypto_hash/orangishv1

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_hash
Primitive: orangishv1

Compiler output

Implementation: ref
Security model: unknown
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 mode
hash.c: for (int j=0; j<32; j++) {
hash.c: ^
hash.c: photon.h:215:5: note: use option -std=c99 or -std=gnu99 to compile your code
hash.c: hash.c: In function 'crypto_hash_orangishv1_ref':
hash.c: hash.c:17:9: error: 'for' loop initial declarations are only allowed in C99 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 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 ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref