http://llvm.org/bugs/show_bug.cgi?id=14720

             Bug #: 14720
           Summary: Assertion failed: !getRelaxAll() && "Did not expect a
                    MCInstFragment in RelaxAll mode"
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


This code:


long func1(long a, long b) {
  return 2*a+b;
}

triggers this:
Assertion failed: !getRelaxAll() && "Did not expect a MCInstFragment in
RelaxAll mode", file D:\OpenSource\LLVM\llvm\lib\MC\MCAssembler.cpp, line 867
clang: error: clang frontend command failed with exit code 3 (use -v to see
invocation)

Only on trunk, only Win64.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to