From: Richard Earnshaw Date: Tue, 10 Sep 2002 15:39:44 +0000 (+0000) Subject: re PR c/7873 (arm-linux-gcc fails when assigning address to a bit field) X-Git-Tag: releases/gcc-3.3.0~2918 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7730c3ff8c167bd112a898cd65a0aa8585b316da;p=thirdparty%2Fgcc.git re PR c/7873 (arm-linux-gcc fails when assigning address to a bit field) PR c/7873 * arm.md (insv): Use reg_or_int_operand for operand[3]. From-SVN: r57006 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dedab93d1100..15e835463c32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-10 Richard Earnshaw + + PR c/7873 + * arm.md (insv): Use reg_or_int_operand for operand[3]. + 2002-09-10 David Edelsohn * rs6000.c (rs6000_assemble_visibility): Protect declaration diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 15fbde73f042..38b6e2740fe3 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -1867,7 +1867,7 @@ [(set (zero_extract:SI (match_operand:SI 0 "s_register_operand" "") (match_operand:SI 1 "general_operand" "") (match_operand:SI 2 "general_operand" "")) - (match_operand:SI 3 "nonmemory_operand" ""))] + (match_operand:SI 3 "reg_or_int_operand" ""))] "TARGET_ARM" " {