From: Richard Stallman Date: Sun, 19 Jul 1992 06:28:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8be386d9f2f125920c3ebf01861b3a410b78dade;p=gcc.git *** empty log message *** From-SVN: r1624 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index 5451ab6590b..afd2a17c1cc 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2251,6 +2251,9 @@ set_label_offsets (x, insn, initial_p) switch (code) { case LABEL_REF: + if (LABEL_REF_NONLOCAL_P (x)) + return; + x = XEXP (x, 0); /* ... fall through ... */