"Global register variable not supported " build failure(s) — clang 3.4
Global register variable are not supported by clang. This code will fail to build with clang:
register void *ptr asm("rbx") ;
| Package | Version | Supposed error message | Full log | Bug report |
|---|---|---|---|---|
| clisp | 1:2.49-9 | lispbibl.d:9107:30: error: global register variables are not supported | Log |
1 errors