I'm committing this simple change.  It fixes a number of test cases...

2013-01-19  Anthony Green  <gr...@moxielogic.com>

        * config/moxie/moxie.c (moxie_expand_prologue): Set
        current_function_static_stack_size.

Index: gcc/config/moxie/moxie.c
===================================================================
--- gcc/config/moxie/moxie.c    (revision 195310)
+++ gcc/config/moxie/moxie.c    (working copy)
@@ -281,6 +281,9 @@

   moxie_compute_frame ();

+  if (flag_stack_usage_info)
+    current_function_static_stack_size =
cfun->machine->size_for_adjusting_sp;
+
   /* Save callee-saved registers.  */
   for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
     {

Reply via email to