Re: [OpenACC] loop nesting check

2015-10-21 Thread Nathan Sidwell
On 10/21/15 12:06, Bernd Schmidt wrote: Were they just compile tests? Yes, some of the tests already expected errors, but missed some. I think one test didn't expect an error, but is a clearly bogus test. nathan

Re: [OpenACC] loop nesting check

2015-10-21 Thread Jakub Jelinek
On Wed, Oct 21, 2015 at 11:59:03AM -0400, Nathan Sidwell wrote: > Hi, > in preparing a patch set of the OpenACC execution model for trunk, I > discovered some broken tests in the testsuite. We were failing to diagnose > some incorrectly nested loops, and that led to ICEs in my patch set. > > This

Re: [OpenACC] loop nesting check

2015-10-21 Thread Bernd Schmidt
On 10/21/2015 05:59 PM, Nathan Sidwell wrote: in preparing a patch set of the OpenACC execution model for trunk, I discovered some broken tests in the testsuite. We were failing to diagnose some incorrectly nested loops, and that led to ICEs in my patch set. This patch implements a check for op