[Bug c/65466] Unnecessary source line output for "note: each undeclared identifier is reported only once"
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Fri Mar 20 00:02:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65466
--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Thu, 19 Mar 2015, manu at gcc dot gnu.org wrote:
> (If I was re-doing that patch again, I will try to overload inform(), because
> inform_with_flags is just too much typing).
Note that diagnostic functions cannot be overloaded in a way that means
different functions with the same name have the msgid argument in
different positions, as that breaks exgettext.
More information about the Gcc-bugs
mailing list