Commit 81feeecb by Richard Stallman

entered into RCS

From-SVN: r1567
parent 216d5cdd
...@@ -3176,7 +3176,7 @@ expand_expr (exp, target, tmode, modifier) ...@@ -3176,7 +3176,7 @@ expand_expr (exp, target, tmode, modifier)
rtx addr; rtx addr;
/* Mark as non-local and addressable. */ /* Mark as non-local and addressable. */
TREE_NONLOCAL (exp) = 1; DECL_NONLOCAL (exp) = 1;
mark_addressable (exp); mark_addressable (exp);
if (GET_CODE (DECL_RTL (exp)) != MEM) if (GET_CODE (DECL_RTL (exp)) != MEM)
abort (); abort ();
...@@ -5829,7 +5829,7 @@ clear_pending_stack_adjust () ...@@ -5829,7 +5829,7 @@ clear_pending_stack_adjust ()
{ {
#ifdef EXIT_IGNORE_STACK #ifdef EXIT_IGNORE_STACK
if (! flag_omit_frame_pointer && EXIT_IGNORE_STACK if (! flag_omit_frame_pointer && EXIT_IGNORE_STACK
&& ! (TREE_INLINE (current_function_decl) && ! flag_no_inline) && ! (DECL_INLINE (current_function_decl) && ! flag_no_inline)
&& ! flag_inline_functions) && ! flag_inline_functions)
pending_stack_adjust = 0; pending_stack_adjust = 0;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment