~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/bc/bc04f68522a95ff3a7b80845cfdd68476be473ee.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Revert the 4.8 version of the PR target/61208 (ARM) fix.
 
2
 
 
3
--- a/src/gcc/config/arm/arm.md
 
4
+++ b/src/gcc/config/arm/arm.md
 
5
@@ -7630,13 +7630,12 @@
 
6
 
 
7
 (define_insn "*arm_cmpdi_unsigned"
 
8
   [(set (reg:CC_CZ CC_REGNUM)
 
9
-       (compare:CC_CZ (match_operand:DI 0 "s_register_operand" "r,r")
 
10
-                      (match_operand:DI 1 "arm_di_operand"     "rDi,rDi")))]
 
11
+       (compare:CC_CZ (match_operand:DI 0 "s_register_operand" "r")
 
12
+                      (match_operand:DI 1 "arm_di_operand"     "rDi")))]
 
13
   "TARGET_32BIT"
 
14
   "cmp\\t%R0, %R1\;it eq\;cmpeq\\t%Q0, %Q1"
 
15
   [(set_attr "conds" "set")
 
16
-   (set_attr "arch" "a,t2")
 
17
-   (set_attr "length" "8,10")]
 
18
+   (set_attr "length" "8")]
 
19
 )
 
20
 
 
21
 (define_insn "*arm_cmpdi_zero"