utils.c (handle_nonnull_attribute): Quote attribute name.
[gcc.git] / gcc / c / c-typeck.c
index 6abfd101f3016119b0d0904138fe604ba34f8dea..6419ca985c4655e9f21059477467054e455b6967 100644 (file)
@@ -11939,7 +11939,7 @@ build_binary_op (location_t location, enum tree_code code,
       if (FLOAT_TYPE_P (type0) || FLOAT_TYPE_P (type1))
        warning_at (location,
                    OPT_Wfloat_equal,
-                   "comparing floating point with %<==%> or %<!=%> is unsafe");
+                   "comparing floating-point with %<==%> or %<!=%> is unsafe");
       /* Result of comparison is always int,
         but don't convert the args to int!  */
       build_type = integer_type_node;