Re: [testsuite] aarch64,arm Add missing quotes to expected error message

2019-05-20 Thread Jeff Law
On 5/20/19 8:50 AM, Martin Sebor wrote: > On 5/20/19 12:56 AM, Christophe Lyon wrote: >> Hi, >> >> After Martin's commit r271338, we now emit quotes around reserved >> names, and some tests started to fail on aarch64 and arm. >> >> This should fix them, OK? > > Thanks!  There will probably be a fe

Re: [testsuite] aarch64,arm Add missing quotes to expected error message

2019-05-20 Thread Jeff Law
On 5/20/19 8:50 AM, Martin Sebor wrote: > On 5/20/19 12:56 AM, Christophe Lyon wrote: >> Hi, >> >> After Martin's commit r271338, we now emit quotes around reserved >> names, and some tests started to fail on aarch64 and arm. >> >> This should fix them, OK? > > Thanks!  There will probably be a fe

Re: [testsuite] aarch64,arm Add missing quotes to expected error message

2019-05-20 Thread Martin Sebor
On 5/20/19 12:56 AM, Christophe Lyon wrote: Hi, After Martin's commit r271338, we now emit quotes around reserved names, and some tests started to fail on aarch64 and arm. This should fix them, OK? Thanks! There will probably be a few more like this on other targets. Jeff has been running a

Re: [testsuite] aarch64,arm Add missing quotes to expected error message

2019-05-20 Thread Ramana Radhakrishnan
On Mon, May 20, 2019 at 7:57 AM Christophe Lyon wrote: > > Hi, > > After Martin's commit r271338, we now emit quotes around reserved > names, and some tests started to fail on aarch64 and arm. > > This should fix them, OK? Looks obvious to me. R > > Christophe

[testsuite] aarch64,arm Add missing quotes to expected error message

2019-05-19 Thread Christophe Lyon
Hi, After Martin's commit r271338, we now emit quotes around reserved names, and some tests started to fail on aarch64 and arm. This should fix them, OK? Christophe 2019-05-20 Christophe Lyon * gcc.target/aarch64/target_attr_10.c: Add quotes to expected error message.