Re: [PATCH, GCC/ARM testsuite] Fix pr42574.c selector syntax error

2016-07-14 Thread Thomas Preudhomme
On Thursday 14 July 2016 10:14:52 Kyrill Tkachov wrote: > Hi Thomas, > > On 14/07/16 10:12, Thomas Preudhomme wrote: > > This patch fixes a syntax error in the dg-do selector of pr42574.c: it is > > missing the target keyword, with the following boolean expression enclosed > > in curly braces. Tes

Re: [PATCH, GCC/ARM testsuite] Fix pr42574.c selector syntax error

2016-07-14 Thread Kyrill Tkachov
Hi Thomas, On 14/07/16 10:12, Thomas Preudhomme wrote: This patch fixes a syntax error in the dg-do selector of pr42574.c: it is missing the target keyword, with the following boolean expression enclosed in curly braces. Test fails to be run without this patch and successfully pass with it. Patc

[PATCH, GCC/ARM testsuite] Fix pr42574.c selector syntax error

2016-07-14 Thread Thomas Preudhomme
This patch fixes a syntax error in the dg-do selector of pr42574.c: it is missing the target keyword, with the following boolean expression enclosed in curly braces. Test fails to be run without this patch and successfully pass with it. Patch is in attachment. ChangeLog entry is as follows: *