]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:36:33 +0000 (11:36 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 31 Oct 2017 10:36:33 +0000 (11:36 +0100)
PR target/82772
* config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM".

From-SVN: r254255

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

index f913083c3531bf804ddb4bb2061d66f66b630da8..8c980ab700befcf13576d072c58e41d2bb1388a1 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-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        Backport from mainline
index 53032f55d0314a679e110f480ebc7a925af2c67f..16adb14c2be522778de8efb406697d1b7a4f6601 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"