From: Richard Stallman Date: Thu, 21 May 1992 22:05:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ad69266be869b0a6f6a8f9701728185e62cf9b3;p=gcc.git *** empty log message *** From-SVN: r1044 --- diff --git a/gcc/explow.c b/gcc/explow.c index 4504a73cd09..50b0582600a 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -897,6 +897,8 @@ allocate_dynamic_stack_space (size, target, known_align) || REGNO (target) < FIRST_PSEUDO_REGISTER) target = gen_reg_rtx (Pmode); + mark_reg_pointer (target); + #ifndef STACK_GROWS_DOWNWARD emit_move_insn (target, virtual_stack_dynamic_rtx); #endif