search for: operandstack

Displaying 1 result from an estimated 1 matches for "operandstack".

2013 Nov 21
1
[LLVMdev] [cfe-dev] disabled Sema/ms-inline-asm.c test
...sn't enabled in the build configuration. This was indeed a clang problem. The bad news: In the period this test was disabled, the feature appears to have regressed and it now crashes on all platforms: |mov eax, 1+++ // expected-error 2 {{unknown token in expression}}|| | |Assertion failed: (OperandStack.size() > 1 && "Too few operands."), function execute, file llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp, line 150.| Unfortunately an ASM parser test equivalent to the clang one never existed in LLVM's own suite. CC'ing in llvmdev. Does X86AsmParser.cpp have an ac...