Implementation notes: ppc32, nintendowiilinuxngx, crypto_hash/drygascon256

Computer: nintendowiilinuxngx
Architecture: ppc32
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_hash
Primitive: drygascon256

Compiler output

Implementation: le32
Security model: unknown
Compiler: gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from drygascon_le32.h:14:0,
hash.c: from drygascon256_le32.h:21,
hash.c: from drysponge.h:1,
hash.c: from hash.c:16:
hash.c: drysponge_common.h: In function 'DRYSPONGE_xor':
hash.c: drysponge_common.h:97:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i=0;i<DRYSPONGE_BLOCKSIZE;i++){
hash.c: ^
hash.c: drysponge_common.h:97:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: drysponge_common.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<2;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load32':
hash.c: drysponge_common.h:112:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_store32':
hash.c: drysponge_common.h:119:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load64':
hash.c: drysponge_common.h:126:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<8;i++){
hash.c: ^
hash.c: ...

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from drygascon_ref.h:14:0,
hash.c: from drygascon256_ref.h:21,
hash.c: from drysponge.h:1,
hash.c: from hash.c:16:
hash.c: drysponge_common.h: In function 'DRYSPONGE_xor':
hash.c: drysponge_common.h:97:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i=0;i<DRYSPONGE_BLOCKSIZE;i++){
hash.c: ^
hash.c: drysponge_common.h:97:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: drysponge_common.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<2;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load32':
hash.c: drysponge_common.h:112:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_store32':
hash.c: drysponge_common.h:119:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load64':
hash.c: drysponge_common.h:126:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<8;i++){
hash.c: ^
hash.c: ...

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