DCD v0.5.0 with ldc2 error <inline asm>:40:2 invalid operand for instruction

Arjan via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Feb 20 07:54:58 PST 2015


LDC - the LLVM D compiler (99c1b9):
   based on DMD v2.066.1 and LLVM 3.2
   Default target: amd64-portbld-freebsd9.1
   Host CPU: core-avx-i

error:
ldc2 libdparse/src/std/d/lexer.d -Icontainers/src -Imsgpack-d/src 
-Ilibdparse/src -Isrc -J=. -O5 -release  -od=objs -op -c
<inline asm>:40:2: error: invalid operand for instruction
         pmovmskb %xmm7, %rax
         ^
LLVM ERROR: Error parsing inline asm

Is this a ldc2 issue or DCD issue?


More information about the digitalmars-d-ldc mailing list