This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/33721] New: Gcc can't properly align stack variable
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Oct 2007 04:02:26 -0000
- Subject: [Bug rtl-optimization/33721] New: Gcc can't properly align stack variable
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Gcc has STACK_BOUNDARY and PREFERRED_STACK_BOUNDARY. When a stack variable
alignment is greater than PREFERRED_STACK_BOUNDARY, gcc will either crash
or generate codes which won't satisfy alignment requirement for stack
variable.
--
Summary: Gcc can't properly align stack variable
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: meta-bug
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33721