Implementation notes: aarch64, a72, crypto_sign/donald2048

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_sign
Primitive: donald2048

Test failure

Implementation: crypto_sign/donald2048/cryptopp
Compiler: g++ -funroll-loops -march=native -mtune=native -O2
error 111
crypto_sign_open with c=t overlap returns nonzero

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mtune=native -O2 cryptopp
g++ -funroll-loops -march=native -mtune=native -O3 cryptopp
g++ -funroll-loops -march=native -mtune=native -Os cryptopp
g++ -march=native -mtune=native -O2 cryptopp
g++ -march=native -mtune=native -O3 cryptopp
g++ -march=native -mtune=native -Os cryptopp

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
keypair.c: keypair.c: In function 'crypto_sign_donald2048_openssl_keypair':
keypair.c: keypair.c:18:4: error: dereferencing pointer to incomplete type 'DSA {aka struct dsa_st}'
keypair.c: x->p = BN_new(); if (!x->p) goto error;
keypair.c: ^~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 openssl
gcc -funroll-loops -march=native -mtune=native -O3 openssl
gcc -funroll-loops -march=native -mtune=native -Os openssl
gcc -march=native -mtune=native -O2 openssl
gcc -march=native -mtune=native -O3 openssl
gcc -march=native -mtune=native -Os openssl