From: Jeffrey A Law Date: Mon, 3 Nov 1997 02:28:13 +0000 (+0000) Subject: arm.c (output_move_double): Allocate 3 entries in otherops array. X-Git-Tag: releases/egcs-1.0.0~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d71f5d55e4b5bde0c5fd0cccc25cbf964e34c9;p=thirdparty%2Fgcc.git arm.c (output_move_double): Allocate 3 entries in otherops array. 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 265182fb6dd3..28bc348c9c20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index fe263ba04d33..db6c17ccbb8a 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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) {