Implementation notes: amd64, temp, crypto_kem/oddmanhattan256

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

Compiler output

Implementation: opt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
kem.c: kem.c: In function 'crypto_kem_oddmanhattan256_opt_keypair':
kem.c: kem.c:53:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0;i<D;i++)
kem.c: ^
kem.c: kem.c:53:3: note: use option -std=c99 or -std=gnu99 to compile your code
kem.c: kem.c:59:7: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long j=0;j<i;j++)
kem.c: ^
kem.c: kem.c:67:13: error: redefinition of 'i'
kem.c: for (long i=D-1;i>0;i--)
kem.c: ...
kem.c: kem.c:302:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0,k=0;i<crypto_kem_BYTES;i++)
kem.c: ^
kem.c: kem.c:306:7: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long j=0;j<8;j++,k++)
kem.c: ^
kem.c: kem.c: In function 'crypto_kem_oddmanhattan256_opt_dec':
kem.c: kem.c:349:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0;i<crypto_kem_BYTES;i++)
kem.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE opt

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
kem.c: kem.c: In function 'crypto_kem_oddmanhattan256_ref_keypair':
kem.c: kem.c:53:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0;i<D;i++)
kem.c: ^
kem.c: kem.c:53:3: note: use option -std=c99 or -std=gnu99 to compile your code
kem.c: kem.c:59:7: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long j=0;j<i;j++)
kem.c: ^
kem.c: kem.c:67:13: error: redefinition of 'i'
kem.c: for (long i=D-1;i>0;i--)
kem.c: ...
kem.c: kem.c:232:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0,k=0;i<crypto_kem_BYTES;i++)
kem.c: ^
kem.c: kem.c:236:7: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long j=0;j<8;j++,k++)
kem.c: ^
kem.c: kem.c: In function 'crypto_kem_oddmanhattan256_ref_dec':
kem.c: kem.c:276:3: error: 'for' loop initial declarations are only allowed in C99 mode
kem.c: for (long i=0;i<crypto_kem_BYTES;i++)
kem.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