[Bug 115] New: dmd-0.154.bin: iasm.c:1892: void asm_merge_symbol(OPND*, Dsymbol*): Assertion `ei' failed.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 27 04:38:48 PDT 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=115
Summary: dmd-0.154.bin: iasm.c:1892: void asm_merge_symbol(OPND*,
Dsymbol*): Assertion `ei' failed.
Product: D
Version: 0.154
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: thomas-dloop at kuehne.cn
void main(){
const ubyte[16] a = [0, 1, 2, 3, 4, 5, 6, 7, 8 ,9, 0xA, 0xB, 0xC, 0xD,
0xE, 0xF];
asm{
movdqu XMM0, a;
pslldq XMM0, 2;
}
}
> dmd-0.154.bin: iasm.c:1892: void asm_merge_symbol(OPND*, Dsymbol*): Assertion `ei' failed.
test case:
http://dstress.kuehne.cn/run/a/asm_pslldq_01_A.d
http://dstress.kuehne.cn/run/a/asm_psrldq_01_A.d
--
More information about the Digitalmars-d-bugs
mailing list