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

           Summary: mingw/64 is lowering alloca wrong
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


test/CodeGen/X86/win_chkstk.ll is compiling to "calll _alloca" on 64-bit mingw
instead of "callq _alloca".  This is probably causing the wrong set of clobbers
on the call and other badness.

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