This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][stage1] Wrap option names in gcc internal messages with %< and %>.


On Mon, Mar 11, 2019 at 02:52:18PM +0100, Martin Liška wrote:
> On 3/11/19 2:32 PM, Jakub Jelinek wrote:
> > On Mon, Mar 11, 2019 at 10:12:14AM +0100, Martin Liška wrote:
> >> Now I understand that, thanks.
> > 
> > %<-misr-vector-size=X%>
> > and
> > %<-mcache-block-size=X%>
> > need similar treatment.
> 
> Done.
> 
> > 
> > I still see
> > %<-mcpu%>=%s
> 
> Fixed.
> 
> > 
> > %<-mfpu=crypto-neon...%>
> > might need to be %<-mfpu=crypto-neon%>... or just drop the ... ?
> 
> I dropped the 3 dots.
> 
> > 
> > %<-std=*%> should be %<-std=%> or %<-std=%>*, and not really sure
> > if the Fortran FE diagnostics support %</%>, have you verified that?
> 
> Yes, I verified that.

Ok, thanks.
Please be prepared to fix testsuite fallout on non-x86 targets.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]