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

             Bug #: 12111
           Summary: mstackrealign and stack allocated array
           Product: clang
           Version: 3.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 8105
  --> http://llvm.org/bugs/attachment.cgi?id=8105
C code that demonstrates the bug

When compiling with mstackrealign, the alternate preamble is not included in
functions of the form

void fn (int n) { int a[n]; ... }

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