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

           Summary: error in backend: Starting a frame before finishing
                    the previous one
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=6500)
 --> (http://llvm.org/bugs/attachment.cgi?id=6500)
Test case for backend error

After LLVM commit r129571, compiling a certain file of GNU libstdc++
(bitmap_allocator.cpp) on FreeBSD with clang fails with:

fatal error: error in backend: Starting a frame before finishing the
previous one!

I have attached a reduced testcase.  This change was first introduced in
r129518, then reverted in r129557, becuase it "broke several buildbot
tests".  Then it was reapplied in r129571, but it still seems to be able
to cause trouble...

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