From: Uros Bizjak Date: Tue, 31 Oct 2017 10:33:12 +0000 (+0100) Subject: re PR target/82772 (GCC crashes as compiling ags_thread.c source file on alpha archit... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00ca3ed28c98be6485017f835e6c4366f35221ee;p=gcc.git 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) : Change to "rINM". From-SVN: r254253 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4216b943088..b8140dd0e17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-10-31 Uros Bizjak + + PR target/82772 + * config/alpha/sync.md (fetchop_constr) : Change to "rINM". + 2017-10-31 Segher Boessenkool PR target/82674 diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md index 69c9d249b97..a0e67a99e88 100644 --- a/gcc/config/alpha/sync.md +++ b/gcc/config/alpha/sync.md @@ -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"