Implementation notes: amd64, waldorf, crypto_aead/hs1sivhiv2

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: hs1sivhiv2

Compiler output

Implementation: crypto_aead/hs1sivhiv2/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: encrypt.c:418:23: error: invalid application of 'sizeof' to an incomplete type 'unsigned char []'
encrypt.c: for (i=0; igt;asu_key)/8; i++)
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/hs1sivhiv2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c: In function 'hs1siv_subkeygen':
encrypt.c: encrypt.c:418:23: error: invalid application of 'sizeof' to incomplete type 'unsigned char[]'
encrypt.c: for (i=0; igt;asu_key)/8; i++)
encrypt.c: ^

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