Debian Package rebuild

Rebuild of the Debian archive with clang

"Global register variable not supported " build failure(s)
clang 2.9
Return to the list
Global register variable are not supported by clang. This code will fail to build with clang:
register void *ptr asm("rbx") ;

Versions: 2.9 - 3.0 - 3.1 - 3.2
PackageVersionSupposed error messageFull log
clisp 1:2.49-8lispbibl.d:9107:30: error: global register variables are not supported Log
qemu-kvm 0.14.1+dfsg-4exec.h:31:30: error: global register variables are not supported Log
Return to the list