re PR target/82772 (GCC crashes as compiling ags_thread.c source file on alpha archit...
authorUros Bizjak <ubizjak@gmail.com>
Tue, 31 Oct 2017 10:33:12 +0000 (11:33 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 31 Oct 2017 10:33:12 +0000 (11:33 +0100)
PR target/82772
* config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM".

From-SVN: r254253

gcc/ChangeLog
gcc/config/alpha/sync.md

index 4216b943088ae2b7197758d3e86442fe29a00637..b8140dd0e17c7a087f30c7080ebd0adccc1c2d69 100644 (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-31  Segher Boessenkool  <segher@kernel.crsahing.org>
 
        PR target/82674
index 69c9d249b9781e284d6c4acbdb32dc39c563512b..a0e67a99e8878b0360d48784342fa0262f9befac 100644 (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"