[LLVMbugs] [Bug 14720] New: Assertion failed: !getRelaxAll() && "Did not expect a MCInstFragment in RelaxAll mode"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 26 12:24:06 PST 2012


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: unassignedclangbugs at nondot.org
        ReportedBy: kai at redstar.de
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list