http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53621
--- Comment #21 from chrbr at gcc dot gnu.org 2012-06-14 08:55:41 UTC --- Author: chrbr Date: Thu Jun 14 08:55:36 2012 New Revision: 188601 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188601 Log: PR target/53621 * config/sh/sh.c (sh_option_override): Don't force flag_omit_frame_pointer and maccumulate_outgoing_args. * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var. * gcc.dg/stack-usage-1.c: Force -fomit-frame-pointer on SH. Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/sh/sh.c branches/gcc-4_6-branch/gcc/config/sh/sh.opt branches/gcc-4_6-branch/gcc/testsuite/ChangeLog branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/stack-usage-1.c