This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/43872] VLAs are not aligned correctly on ARM
- From: "cltang at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 14:02:35 +0000
- Subject: [Bug target/43872] VLAs are not aligned correctly on ARM
- Auto-submitted: auto-generated
- References: <bug-43872-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43872
--- Comment #4 from Chung-Lin Tang <cltang at gcc dot gnu.org> 2011-03-17 14:02:15 UTC ---
Author: cltang
Date: Thu Mar 17 14:02:12 2011
New Revision: 171096
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171096
Log:
2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
PR target/43872
* config/arm/arm.c (arm_get_frame_offsets): Adjust early
return condition with !cfun->calls_alloca.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.c