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:
Uros Bizjak 2017-10-31 11:34:55 +01:00 committed by Uros Bizjak
parent 9e87e3a81e
commit 902b2d9d0a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"