[LLVMbugs] [Bug 12111] New: mstackrealign and stack allocated array
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 28 06:53:31 PST 2012
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: unassignedclangbugs at nondot.org
ReportedBy: jriely at cs.depaul.edu
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list