Commit 00ca3ed2 by Uros Bizjak Committed by Uros Bizjak

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: r254253
parent c705e5a3
2017-10-31 Uros Bizjak <ubizjak@gmail.com>
PR target/82772
* config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM".
2017-10-31 Segher Boessenkool <segher@kernel.crsahing.org> 2017-10-31 Segher Boessenkool <segher@kernel.crsahing.org>
PR target/82674 PR target/82674
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
[(plus "add_operand") (minus "reg_or_8bit_operand") [(plus "add_operand") (minus "reg_or_8bit_operand")
(ior "or_operand") (xor "or_operand") (and "and_operand")]) (ior "or_operand") (xor "or_operand") (and "and_operand")])
(define_code_attr fetchop_constr (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" (define_expand "memory_barrier"
......
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