[Bug target/39146] Unnecessary stack alignment
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 16:53:00 GMT 2009
------- Comment #3 from hjl dot tools at gmail dot com 2009-02-11 16:53 -------
Also expand_one_var in cfgexpand.c has
if (crtl->stack_alignment_estimated < align)
{
/* stack_alignment_estimated shouldn't change after stack
realign decision made */
gcc_assert(!crtl->stack_realign_processed);
crtl->stack_alignment_estimated = align;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39146
More information about the Gcc-bugs
mailing list