[patch, moxie] Set current_function_static_stack_size

Anthony Green green@moxielogic.com
Sat Jan 19 13:42:00 GMT 2013


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


2013-01-19  Anthony Green  <green@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++)
     {



More information about the Gcc-patches mailing list