]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- fixed on mainline.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 29 Jun 2005 14:49:03 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-pr22134.patch -> 1.2

gcc-pr22134.patch [deleted file]

diff --git a/gcc-pr22134.patch b/gcc-pr22134.patch
deleted file mode 100644 (file)
index b8110c4..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Date: Wed, 22 Jun 2005 08:02:03 +0200
-From: Uros Bizjak <uros dot bizjak at kss-loka dot si>
-Subject: [PATCH, i386]: Fix target/22134
-
-Hello!
-
-This patch fixes PR target/22134. It was a cut-n-pasto. Patch was tested on
-i686-pc-linux-gnu and fixes a regression.
-
-2005-05-22  Uros Bizjak  <uros@kss-loka.si>
-
-       PR target/22134
-       * config/i386/i386.md (fist<mode>2_with_temp splitter):
-       Clobber memory operand, not scratch register.
-
-Thanks,
-Uros.
-
---- a/gcc/config/i386/i386.md  2005-06-22 07:07:28.000000000 +0200
-+++ b/gcc/config/i386/i386.md  2005-06-22 07:07:45.000000000 +0200
-@@ -16213,7 +16213,7 @@
-   [(set (match_operand:X87MODEI12 0 "memory_operand" "")
-       (unspec:X87MODEI12 [(match_operand:XF 1 "register_operand" "")]
-        UNSPEC_FIST))
--   (clobber (match_scratch 2 ""))]
-+   (clobber (match_operand:X87MODEI12 2 "memory_operand" ""))]
-   "reload_completed"
-   [(set (match_dup 0) (unspec:X87MODEI12 [(match_dup 1)]
-                      UNSPEC_FIST))]
This page took 0.090637 seconds and 4 git commands to generate.