This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Argument alignment patch


: The following extract from the patch to calls.c is obviously bogus and
: won't compile. 

  Sorry about this.  It's now fixed.
:
: #ifdef ACCUMULATE_OUTGOING_ARGS 	  /* Now mark the segment we just used.  */
:@@ -3636,6 +3643,7 @@
:   highest_outgoing_arg_in_use = initial_highest_arg_in_use;
:   stack_usage_map = initial_stack_usage_map;
: #endif
:+  struct args_size alignment_pad; 
:
:   return value;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]