]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/32506 (cross compile sh64-superh-linux-gnu internal compiler error:...
authorKaz Kojima <kkojima@gcc.gnu.org>
Wed, 4 Jul 2007 05:18:17 +0000 (05:18 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Wed, 4 Jul 2007 05:18:17 +0000 (05:18 +0000)
PR target/32506
Backport from mainline.
* config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
predicate instead of target_operand.
(divsi3_i1_media, divsi3_media_2): Likewise.

From-SVN: r126300

gcc/ChangeLog
gcc/config/sh/sh.md

index 8cab7064dc7d29cae895c6a83440ec0b9777596f..7fd3fc5a37294e7c9c8ba72210151f9807e995ad 100644 (file)
@@ -1,3 +1,11 @@
+2007-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/32506
+       Backport from mainline.
+       * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
+       predicate instead of target_operand.
+       (divsi3_i1_media, divsi3_media_2): Likewise.
+
 2007-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        PR target/28307
index e136761ae89a8e2cca65fa71de051057eb1e8fb1..17b76e6b98a770cc3d9618850bb3b7587a1f8ef9 100644 (file)
    (clobber (reg:DI TR0_REG))
    (clobber (reg:DI TR1_REG))
    (clobber (reg:DI TR2_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")
    (clobber (reg:SI R20_REG))
    (clobber (reg:SI R21_REG))
    (clobber (reg:SI TR0_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")])
    (clobber (reg:SI R21_REG))
    (clobber (reg:SI TR0_REG))
    (use (reg:SI R20_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")])