]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/56453 (Gcc segmentation fault building argz_add.c for xcompiler newlib...
authorNick Clifton <nickc@redhat.com>
Tue, 26 Feb 2013 14:58:17 +0000 (14:58 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 26 Feb 2013 14:58:17 +0000 (14:58 +0000)
PR target/56453
Import this patch from the mainline:

2012-08-17  Nick Clifton  <nickc@redhat.com>

* config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
(branch_true): Likewise.
(branch_false): Likewise.

From-SVN: r196292

gcc/ChangeLog
gcc/config/fr30/fr30.md

index c4af302053e1d88cfbdfbab7090cfc788fe59d8e..438172f6cd8773e227e893433ec8252efbbe65b0 100644 (file)
@@ -1,3 +1,14 @@
+2013-02-26  Nick Clifton  <nickc@redhat.com>
+
+       PR target/56453
+       Import this patch from the mainline:
+
+       2012-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
+       (branch_true): Likewise.
+       (branch_false): Likewise.
+
 2013-02-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/56443
index 6b35599837f1813f01fb873b9b3aa10ce16a66a0..5e4140a820a8da00eb4f58931ccf81e6d2ddfe2c 100644 (file)
        (compare:CC (match_operand:SI 1 "register_operand"  "")
                    (match_operand:SI 2 "nonmemory_operand" "")))
    (set (pc)
-       (if_then_else (match_operator:CC 0 "ordered_comparison_operator"
+       (if_then_else (match_operator 0 "ordered_comparison_operator"
                       [(reg:CC 16) (const_int 0)])
                      (label_ref (match_operand 3 "" ""))
                      (pc)))]
 
 (define_insn "*branch_true"
   [(set (pc)
-       (if_then_else (match_operator:CC 0 "comparison_operator"
+       (if_then_else (match_operator 0 "comparison_operator"
                                         [(reg:CC 16)
                                          (const_int 0)])
                      (label_ref (match_operand 1 "" ""))
 ;; branch occurs if the test is false, so the %B operator is used.
 (define_insn "*branch_false"
   [(set (pc)
-       (if_then_else (match_operator:CC 0 "comparison_operator"
+       (if_then_else (match_operator 0 "comparison_operator"
                                         [(reg:CC 16)
                                          (const_int 0)])
                      (pc)