]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/41252 (Var tracking by default breaks arm-none-eabi build of newlib)
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 4 Sep 2009 18:59:50 +0000 (18:59 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 4 Sep 2009 18:59:50 +0000 (18:59 +0000)
PR target/41252
* config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second
pattern of the split.

From-SVN: r151437

gcc/ChangeLog
gcc/config/arm/vfp.md

index e88346b8476b1b7baffb933d54e06820337dabbb..b871f580cd15654c0d9e9468cdfd0d4a2544c3e9 100644 (file)
@@ -1,3 +1,9 @@
+2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR target/41252
+       * config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second
+       pattern of the split.
+
 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
 
        * toplev.c (process_options): Move setter of flag_var_tracking
index 298a140f071c21fe8b53f5e9e1bc5d1c260ef69e..77c99d241ef1c4fa8924229a5d77b9c5812534b4 100644 (file)
        (compare:CCFP (match_dup 0)
                       (match_dup 1)))
    (set (reg:CCFP CC_REGNUM)
-       (reg:CCFPE VFPCC_REGNUM))]
+       (reg:CCFP VFPCC_REGNUM))]
   ""
 )