From: Richard Stallman Date: Wed, 24 Jun 1992 02:53:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~12676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b36d7dd7b4d375ae77e50edc3a78add4e49e0e0f;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r1255 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index 4cf074c19638..c68473dca58f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -5548,7 +5548,7 @@ gen_input_reload (reloadreg, in, before_insn) It might be better not to actually emit the insn unless it is valid, but we need to pass the insn as an operand to `recog' and - `insn_extract'and it is simpler to emit and then delete the insn if + `insn_extract' and it is simpler to emit and then delete the insn if not valid than to dummy things up. */ rtx op0, op1, tem, insn; diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 6e7c50f26e2d..1b3c4e3ae48f 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -415,7 +415,7 @@ xcoffout_declare_function (file, decl, name) { if (name[i] == '[') { - n = alloca (i + 1); + n = (char *) alloca (i + 1); strncpy (n, name, i); n[i] = '\0'; break;