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

           Summary: postRAscheduler vs. MinGW _alloca
           Product: new-bugs
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: major
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]


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

Build the attached with postRAscheduler disabled and note that there's a
reference to ESP after the call to _alloca. Enable postRAscheduler and note
that the reference to ESP is moved before the call to _alloca that defines it.


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