tree-vrp.c (vrp_evaluate_conditional): Mark strings for translation.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 14 Jul 2009 22:21:17 +0000 (22:21 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 14 Jul 2009 22:21:17 +0000 (22:21 +0000)
2009-07-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* tree-vrp.c (vrp_evaluate_conditional): Mark strings for
translation.

From-SVN: r149647

gcc/ChangeLog
gcc/tree-vrp.c

index 66697c48833997545dd7bdec6e86694eb0694e36..44e90cbfff810c6ef9313b05949bfdc3016960e2 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * tree-vrp.c (vrp_evaluate_conditional): Mark strings for
+       translation.
+       
 2009-07-14  DJ Delorie  <dj@redhat.com>
 
        * config/mep/mep.c (mep_vliw_jmp_match): New function.
index 117b1992816005f5e72ef9de4de84dda546c3520..5379b7555ac5e4f385885da52e1aabd73bb16b59 100644 (file)
@@ -5749,8 +5749,10 @@ vrp_evaluate_conditional (enum tree_code code, tree op0, tree op1, gimple stmt)
 
          warning_at (location, OPT_Wtype_limits, 
                      integer_zerop (ret)
-                     ? "comparison always false due to limited range of data type"
-                     : "comparison always true due to limited range of data type");
+                     ? G_("comparison always false "
+                           "due to limited range of data type")
+                     : G_("comparison always true "
+                           "due to limited range of data type"));
        }
     }