X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fc%2Fc-typeck.c;h=6419ca985c4655e9f21059477467054e455b6967;hb=1e3d475ea16e89332e07651d61b60b408e0a0932;hp=6abfd101f3016119b0d0904138fe604ba34f8dea;hpb=c3337b44c40dd1545e00034cb8e1ae1c0dae0fa6;p=gcc.git diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c index 6abfd101f30..6419ca985c4 100644 --- a/gcc/c/c-typeck.c +++ b/gcc/c/c-typeck.c @@ -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;