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

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 6 07:26:06 PDT 2010


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

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


Created an attachment (id=5169)
 --> (http://llvm.org/bugs/attachment.cgi?id=5169)
test case

With the attached source file I get:

$ clang -m32 -mno-sse -O -c jay.c
clang:
/home/jay/svn/llvm-project/llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp:300:
bool<unnamed>::FPS::processBasicBlock(llvm::MachineFunction&,
llvm::MachineBasicBlock&): Assertion `isStackEmpty() && "Stack not empty at end
of basic block?"' failed.
...

I'm running on Ubuntu 10.4 x86_64. I built llvm and clang from trunk this
morning.

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