]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.c (output_move_double): Allocate 3 entries in otherops array.
authorJeffrey A Law <law@cygnus.com>
Mon, 3 Nov 1997 02:28:13 +0000 (02:28 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 3 Nov 1997 02:28:13 +0000 (19:28 -0700)
Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)

        * arm.c (output_move_double): Allocate 3 entries in otherops array.

From-SVN: r16283

gcc/ChangeLog
gcc/config/arm/arm.c

index 265182fb6dd33b151bf26b51f5f6a9283af56987..28bc348c9c20ffbae9e79fc0792f0c83f3d5fd17 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * arm.c (output_move_double): Allocate 3 entries in otherops array.
+
 Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
 
        * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
index fe263ba04d3353ce2f49143b3ab8c6275f37f858..db6c17ccbb8ae0141ae879fb68171be34a95c507 100644 (file)
@@ -3913,7 +3913,7 @@ output_move_double (operands)
 {
   enum rtx_code code0 = GET_CODE (operands[0]);
   enum rtx_code code1 = GET_CODE (operands[1]);
-  rtx otherops[2];
+  rtx otherops[3];
 
   if (code0 == REG)
     {