aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-12 02:49:37 +0000
committerRichard Stallman <rms@gnu.org>1992-07-12 02:49:37 +0000
commit81feeecbd9f2fbf43327899667b1991bff10430c (patch)
treede468a2e5b1ded0fb7887854bda973ee5c6e85b1 /gcc
parent216d5cdd139f96ada2303beb77b8174e27fddcd5 (diff)
downloadgcc-81feeecbd9f2fbf43327899667b1991bff10430c.zip
gcc-81feeecbd9f2fbf43327899667b1991bff10430c.tar.gz
gcc-81feeecbd9f2fbf43327899667b1991bff10430c.tar.bz2
entered into RCS
From-SVN: r1567
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 4c4aff8..0682bca 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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