Re: RFA: RL78: Add -fstack-usage support

2012-04-05 Thread DJ Delorie
OK for mainline/4.7 branch ? Ok with me

Re: RFA: RL78: Add -fstack-usage support

2012-04-04 Thread Eric Botcazou
Please could I apply the patch below to the RL78 port ? It adds support for generating stack use info with the -fstack-usage option. You probably need to adjust gcc.dg/stack-usage-1.c too. Index: gcc/config/rl78/rl78.c ===

Re: RFA: RL78: Add -fstack-usage support

2012-04-04 Thread nick clifton
Hi Eric, On 04/04/12 12:24, Eric Botcazou wrote: You probably need to adjust gcc.dg/stack-usage-1.c too. s/flag_stack_usage/flag_stack_usage_info/ Thanks for the corrections. Revised patch attached. OK for mainline/4.7 branch ? Cheers Nick gcc/ChangeLog 2012-04-04 Nick Clifton