From: Richard Stallman Date: Mon, 8 Jun 1992 03:09:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6196c52839cafe3db7d503401283abf379eb2f88;p=gcc.git *** empty log message *** From-SVN: r1182 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 2abfb685569..9cf213ee166 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -741,7 +741,7 @@ set_spec (name, spec) old_spec = sl->spec; if (name && spec[0] == '+' && isspace (spec[1])) - sl->spec = concat (name, spec + 1, ""); + sl->spec = concat (old_spec, spec + 1, ""); else sl->spec = save_string (spec, strlen (spec));