[LLVMbugs] [Bug 6828] New: Assertion failed : isStackEmpty() && Stack not empty at end of basic block?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 13 02:34:00 PDT 2010


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

           Summary: Assertion failed : isStackEmpty() && Stack not empty
                    at end of basic block?
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: yann at droneaud.fr
                CC: llvmbugs at cs.uiuc.edu


While building wine with llvm/clang built with Debug+Check, I've found another
ICE different from bug #3387 : according to the log, this is in pass 'X86 FP
Stackifier':

clang: X86FloatingPoint.cpp:300:
bool<unnamed>::FPS::processBasicBlock(llvm::MachineFunction&,
llvm::MachineBasicBlock&): Assertion `isStackEmpty() && "Stack not empty at end
of basic block?"' failed.

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