Implementation notes: amd64, temp, crypto_kem/remblem1056

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
rng.c: rng.c: In function 'seedexpander':
rng.c: rng.c:91:3: error: 'for' loop initial declarations are only allowed in C99 mode
rng.c: for (int i = 15; i >= 12; i--) {
rng.c: ^
rng.c: rng.c:91:3: note: use option -std=c99 or -std=gnu99 to compile your code
rng.c: rng.c: In function 'xrandombytes_init':
rng.c: rng.c:151:3: error: 'for' loop initial declarations are only allowed in C99 mode
rng.c: for (int i = 0; i<48; i++)
rng.c: ^
rng.c: rng.c: In function 'xrandombytes':
rng.c: ...
rng.c: ^
rng.c: rng.c:214:12: error: redefinition of 'i'
rng.c: for (int i = 0; i<48; i++)
rng.c: ^
rng.c: rng.c:200:11: note: previous definition of 'i' was here
rng.c: for (int i = 0; i<3; i++) {
rng.c: ^
rng.c: rng.c:214:3: error: 'for' loop initial declarations are only allowed in C99 mode
rng.c: for (int i = 0; i<48; i++)
rng.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