From 510bc854f593e1cde35bd3423adbbf82c3e471bb Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 4 Sep 2009 18:59:50 +0000 Subject: [PATCH] re PR target/41252 (Var tracking by default breaks arm-none-eabi build of newlib) 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 | 6 ++++++ gcc/config/arm/vfp.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e88346b8476b..b871f580cd15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-09-04 Alexandre Oliva + + 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 * toplev.c (process_options): Move setter of flag_var_tracking diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index 298a140f071c..77c99d241ef1 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -960,7 +960,7 @@ (compare:CCFP (match_dup 0) (match_dup 1))) (set (reg:CCFP CC_REGNUM) - (reg:CCFPE VFPCC_REGNUM))] + (reg:CCFP VFPCC_REGNUM))] "" ) -- 2.47.2