[PATCH,rs6000] Add command line and builtin compatibility

Segher Boessenkool segher@kernel.crashing.org
Wed Mar 11 22:05:47 GMT 2020


On Wed, Mar 11, 2020 at 02:12:59PM -0500, Bill Schmidt wrote:
> >+      error ("%s is incompatible with mno-fprnd option",
> 
> I believe you need %qs here.  Also replace mno-fprnd with %qs and put 
> "-mno-fprnd" as the associated parameter.
> 
> Example from nearby code:   error ("%qs requires %qs", "-mdirect-move", 
> "-mvsx");

Yes, that makes the translators' job easier (and forces more consistent
output quoting, etc.)


Segher


More information about the Gcc-patches mailing list