This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][stage1] Wrap option names in gcc internal messages with %< and %>.
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.
I still see
%<-mcpu%>=%s
%<-mfpu=crypto-neon...%>
might need to be %<-mfpu=crypto-neon%>... or just drop the ... ?
%<-std=*%> should be %<-std=%> or %<-std=%>*, and not really sure
if the Fortran FE diagnostics support %</%>, have you verified that?
Jakub