r190051 - in /trunk/gcc: ChangeLog cfgexpand.c ...

rth@gcc.gnu.org rth@gcc.gnu.org
Wed Aug 1 20:41:00 GMT 2012


Author: rth
Date: Wed Aug  1 20:41:16 2012
New Revision: 190051

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190051
Log:
PR 34548

	* function.h (struct rtl_data): Add max_dynamic_stack_alignment.
	* cfgexpand.c (gimple_expand_cfg): Initialise it.
	* explow.c (allocate_dynamic_stack_space): Set it.  Simplify
	alignment requirements given the known alignment of dynamic_offset.
	* function.c (instantiate_virtual_regs): Align dtnamic_offset.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/explow.c
    trunk/gcc/function.c
    trunk/gcc/function.h



More information about the Gcc-cvs mailing list