]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/c-lex.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / c-family / c-lex.c
index 0a368a33a5839fedab872850d14e4fdf3268b457..851fd704e5d37a7b0bffee7064cfa2d20c51c7f5 100644 (file)
@@ -258,7 +258,7 @@ cb_def_pragma (cpp_reader *pfile, location_t loc)
            name = cpp_token_as_text (pfile, s);
        }
 
-      warning_at (fe_loc, OPT_Wunknown_pragmas, "ignoring #pragma %s %s",
+      warning_at (fe_loc, OPT_Wunknown_pragmas, "ignoring %<#pragma %s %s%>",
                  space, name);
     }
 }
@@ -818,7 +818,7 @@ interpret_float (const cpp_token *token, unsigned int flags,
       if (((flags & CPP_N_HEX) == 0) && ((flags & CPP_N_IMAGINARY) == 0))
        {
          warning (OPT_Wunsuffixed_float_constants,
-                  "unsuffixed float constant");
+                  "unsuffixed floating constant");
          if (float_const_decimal64_p ())
            flags |= CPP_N_DFLOAT;
        }