Re: [PATCH 2/6] diagnostics: Use an inline function rather than hardcoding string

2022-11-04 Thread David Malcolm via Gcc-patches
On Fri, 2022-11-04 at 09:44 -0400, Lewis Hyatt via Gcc-patches wrote: > The string "" is hard-coded in several places throughout > the > diagnostics code, and in some of those places, it is used incorrectly > with > respect to internationalization. (Comparing a translated string to an > untranslate

[PATCH 2/6] diagnostics: Use an inline function rather than hardcoding string

2022-11-04 Thread Lewis Hyatt via Gcc-patches
The string "" is hard-coded in several places throughout the diagnostics code, and in some of those places, it is used incorrectly with respect to internationalization. (Comparing a translated string to an untranslated string.) The error is not currently observable in any output GCC actually produc