Commit 7730c3ff by Richard Earnshaw Committed by Richard Earnshaw

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
parent 5add3202
2002-09-10 Richard Earnshaw <rearnsha@arm.com>
PR c/7873
* arm.md (insv): Use reg_or_int_operand for operand[3].
2002-09-10 David Edelsohn <edelsohn@gnu.org>
* rs6000.c (rs6000_assemble_visibility): Protect declaration
......
......@@ -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"
"
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment