Re: [PATCH, i386] Spellcheck hints for the i386 backend option handling (PR middle-end/77475, take 2, i386 part)

2016-09-16 Thread Jakub Jelinek
On Fri, Sep 16, 2016 at 09:12:42AM +0200, Rainer Orth wrote: > Excess errors: > cc1: error: strategy name 'rep_8byte' specified for option > '-mmemcpy_strategy=' not supported for 32-bit code > > > --- gcc/config/i386/i386.c.jj 2016-09-06 16:55:35.524605779 +0200 > > +++ gcc/config/i386/i38

Re: [PATCH, i386] Spellcheck hints for the i386 backend option handling (PR middle-end/77475, take 2, i386 part)

2016-09-16 Thread Rainer Orth
Hi Jakub, > 2016-09-05 Jakub Jelinek > > PR middle-end/77475 > * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify, > use %qs instead of %s where desirable, use argument instead of arg in > the diagnostic wording, add list of supported strategies and >