https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91148

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
12593 |    "internal error: builtin function %qs already processed",

That's a fatal_error; users will never see that, *no one* will ever see that.


14747 |     error ("builtin function %qs is only valid for the cell processor",
name);

The functions are called __builtin_* already; if anything, we should delete the
"builtin function" part of the error message.

[a lot more like this...]


17392 |    "internal error: builtin function %qs had an unexpected "
17393 |    "return type %qs", name, GET_MODE_NAME (h.mode[0]));

internal error.  s/builtin function //


rs6000.c:26987:12: warning: misspelled term 'floating point' in format; use
'floating-point' instead [-Wformat-diag]
26987 |     error ("use of decimal floating point types in AltiVec types is
invalid");

Is "decimal floating-point" the best style tip we can give here?  Heh.


Anyway, can we have a -Wno-noise option if we have to have these warnings?

Reply via email to