entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 12 Jul 1992 02:49:37 +0000 (02:49 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 12 Jul 1992 02:49:37 +0000 (02:49 +0000)
From-SVN: r1567

gcc/expr.c

index 4c4aff832fc8a8beb09218aa9f375b15a4f482ab..0682bca9505c4e651ea34b363d1ed673c0440b4a 100644 (file)
@@ -3176,7 +3176,7 @@ expand_expr (exp, target, tmode, modifier)
          rtx addr;
 
          /* Mark as non-local and addressable.  */
-         TREE_NONLOCAL (exp) = 1;
+         DECL_NONLOCAL (exp) = 1;
          mark_addressable (exp);
          if (GET_CODE (DECL_RTL (exp)) != MEM)
            abort ();
@@ -5829,7 +5829,7 @@ clear_pending_stack_adjust ()
 {
 #ifdef 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)
     pending_stack_adjust = 0;
 #endif