[LLVMbugs] [Bug 13871] New: Assertion failed: (Reg >= X86::FP0 && Reg <= X86::FP6 && "Expected FP register!"), function getFPReg, file X86FloatingPoint.cpp, line 332.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 19 04:48:40 PDT 2012


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

             Bug #: 13871
           Summary: Assertion failed: (Reg >= X86::FP0 && Reg <= X86::FP6
                    && "Expected FP register!"), function getFPReg, file
                    X86FloatingPoint.cpp, line 332.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


clang++ -c -O2 -mno-sse ipl_main.cxx


Assertion failed: (Reg >= X86::FP0 && Reg <= X86::FP6 && "Expected FP
register!"), function getFPReg, file X86FloatingPoint.cpp, line 332.

-- 
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