re PR target/82772 (GCC crashes as compiling ags_thread.c source file on alpha architecture)
PR target/82772 * config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM". From-SVN: r254254
This commit is contained in:
parent
9e87e3a81e
commit
902b2d9d0a
|
@ -1,3 +1,8 @@
|
|||
2017-10-31 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/82772
|
||||
* config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM".
|
||||
|
||||
2017-10-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from mainline
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
[(plus "add_operand") (minus "reg_or_8bit_operand")
|
||||
(ior "or_operand") (xor "or_operand") (and "and_operand")])
|
||||
(define_code_attr fetchop_constr
|
||||
[(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "riNM")])
|
||||
[(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "rINM")])
|
||||
|
||||
|
||||
(define_expand "memory_barrier"
|
||||
|
|
Loading…
Reference in New Issue