]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/cilk.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / c-family / cilk.c
index 99d9c7e354d6a8aa5fe3ccdc596bb537e46b2e2a..ab3f121f6011acc413120ae647f50a90ca42a90d 100644 (file)
@@ -666,8 +666,7 @@ declare_one_free_variable (const void *var0, void **map0,
 
   /* Maybe promote to int.  */
   if (INTEGRAL_TYPE_P (var_type) && COMPLETE_TYPE_P (var_type)
-      && INT_CST_LT_UNSIGNED (TYPE_SIZE (var_type),
-                             TYPE_SIZE (integer_type_node)))
+      && INT_CST_LT (TYPE_SIZE (var_type), TYPE_SIZE (integer_type_node)))
     arg_type = integer_type_node;
   else
     arg_type = var_type;