Re: [testsuite] Fix order of dg-do and dg-require-effective-target directives

2018-03-22 Thread Christophe Lyon
On 22 March 2018 at 17:33, Kyrill Tkachov wrote: > Hi Christophe, > > On 22/03/18 16:31, Christophe Lyon wrote: >> >> Hi, >> >> I've noticed 3 tests where dg-do appears after >> dg-require-effective-target. >> This small patch fixes that. >> >> OK for stage4? >> > > Ok for the arm tests. > I woul

Re: [testsuite] Fix order of dg-do and dg-require-effective-target directives

2018-03-22 Thread Kyrill Tkachov
Hi Christophe, On 22/03/18 16:31, Christophe Lyon wrote: Hi, I've noticed 3 tests where dg-do appears after dg-require-effective-target. This small patch fixes that. OK for stage4? Ok for the arm tests. I would argue that these changes are obvious though. Thanks, Kyrill Thanks, Christop

Re: [testsuite] Fix order of dg-do and dg-require-effective-target directives

2015-09-29 Thread Mike Stump
On Sep 29, 2015, at 1:29 PM, Christophe Lyon wrote: > The attached patch fixes the order on the few testcases where I > noticed it was wrong. > OK? Ok.