]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 02:53:36 +0000 (02:53 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 02:53:36 +0000 (02:53 +0000)
From-SVN: r1255

gcc/reload1.c
gcc/xcoffout.c

index 4cf074c196389b5146ed2aa266da224a5ae67ac2..c68473dca58fa7f350c1d0053f265c9a1657c4c9 100644 (file)
@@ -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;
index 6e7c50f26e2d639f56d8e3587b9918c4b95b29dd..1b3c4e3ae48f15a6aee1fb17d420684e24e777a2 100644 (file)
@@ -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;