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, GCC/ARM testsuite] Fix pr42574.c selector syntax error


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. Test fails to be run without this patch and successfully
> > pass with it. Patch is in attachment.
> > 
> > ChangeLog entry is as follows:
> > 
> > 
> > *** gcc/testsuite/ChangeLog ***
> > 
> > 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
> > 
> >          * gcc.target/arm/pr42574.c: Add missing target keyword for the
> >          dg-do
> >          selector and enclose boolean expression in curly braces.
> > 
> > Is this ok for trunk?
> 
> Ok. I'd say this is an obvious change.

Err indeed, long time I did not have one.

Thanks.

Thomas


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