On 3/22/19 11:02 PM, Joseph Myers wrote:
> This one seems wrong:
>
>> - "-fno-strict-aliasing is used");
>> + "%<-fno-strict-aliasing is used%>");
>
> (only the option name should be quoted, not "is used").
>
Hi.
It's fixed now.
Thanks,
Martin
This one seems wrong:
> - "-fno-strict-aliasing is used");
> + "%<-fno-strict-aliasing is used%>");
(only the option name should be quoted, not "is used").
--
Joseph S. Myers
jos...@codesourcery.com
On 3/11/19 4:51 PM, Martin Sebor wrote:
> On 3/11/19 2:13 AM, Martin Liška wrote:
>> Hi.
>>
>> The patch adds a lot of option name wrapping in string format messages. I
>> added a new contrib
>> script (contrib/check-internal-format-escaping.py) that is parsing gcc.pot
>> file and reports
>> erro
On 3/11/19 2:13 AM, Martin Liška wrote:
Hi.
The patch adds a lot of option name wrapping in string format messages. I added
a new contrib
script (contrib/check-internal-format-escaping.py) that is parsing gcc.pot file
and reports
errors.
Patch can bootstrap on x86_64-linux-gnu and survives re
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 treat
On 3/11/19 2:52 PM, 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 st
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-neo
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=*
On 3/11/19 10:05 AM, Jakub Jelinek wrote:
> On Mon, Mar 11, 2019 at 09:57:36AM +0100, Martin Liška wrote:
>> On 3/11/19 9:30 AM, Jakub Jelinek wrote:
>>> On Mon, Mar 11, 2019 at 09:13:57AM +0100, Martin Liška wrote:
The patch adds a lot of option name wrapping in string format messages. I
>>>
On Mon, Mar 11, 2019 at 09:57:36AM +0100, Martin Liška wrote:
> On 3/11/19 9:30 AM, Jakub Jelinek wrote:
> > On Mon, Mar 11, 2019 at 09:13:57AM +0100, Martin Liška wrote:
> >> The patch adds a lot of option name wrapping in string format messages. I
> >> added a new contrib
> >> script (contrib/ch
On 3/11/19 9:33 AM, Jakub Jelinek wrote:
> On Mon, Mar 11, 2019 at 09:30:15AM +0100, Jakub Jelinek wrote:
>> Similarly
>> %<-mstringop-strategy=rep%>_8byte
>> or
>> %<-mcpu=v8%>.30.a
>> or
>> %<-mfloat128%>-hardware
>> look wrong.
>
> %<-mspfp%>_fast
>
> too. I guess just go through the whole pa
On 3/11/19 9:30 AM, Jakub Jelinek wrote:
> On Mon, Mar 11, 2019 at 09:13:57AM +0100, Martin Liška wrote:
>> The patch adds a lot of option name wrapping in string format messages. I
>> added a new contrib
>> script (contrib/check-internal-format-escaping.py) that is parsing gcc.pot
>> file and re
On Mon, Mar 11, 2019 at 09:30:15AM +0100, Jakub Jelinek wrote:
> Similarly
> %<-mstringop-strategy=rep%>_8byte
> or
> %<-mcpu=v8%>.30.a
> or
> %<-mfloat128%>-hardware
> look wrong.
%<-mspfp%>_fast
too. I guess just go through the whole patch and look for cases where
%> is not followed by [" ] an
On Mon, Mar 11, 2019 at 09:13:57AM +0100, Martin Liška wrote:
> The patch adds a lot of option name wrapping in string format messages. I
> added a new contrib
> script (contrib/check-internal-format-escaping.py) that is parsing gcc.pot
> file and reports
> errors.
>
> Patch can bootstrap on x86
Hi.
The patch adds a lot of option name wrapping in string format messages. I added
a new contrib
script (contrib/check-internal-format-escaping.py) that is parsing gcc.pot file
and reports
errors.
Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Apart from that I built al
15 matches
Mail list logo