Martin Michlmayr <[email protected]> writes: > This package fails to compile with GCC 5 on ARM64.
Thanks for the report! > The error doesn't show up on amd64. The relevant difference appears to be that plain char is signed on amd64 but unsigned on arm64. I've committed a fix upstream: http://www.ncbi.nlm.nih.gov/viewvc/v1/trunk/c%2B%2B/include/util/bitset/bmconst.h?view=log http://www.ncbi.nlm.nih.gov/viewvc/v1/trunk/c%2B%2B/include/util/bitset/bmconst.h?r1=45514&r2=67997&view=patch Olivier, would you like to incorporate it, or should I? -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

