Re: [gomp4] update gfortran's tile clause error handling

2016-10-03 Thread Nathan Sidwell
On 10/03/16 10:07, Cesar Philippidis wrote: Nathan, I haven't looked too deeply into your tile changes yet. Do you know of the fortran FE is doing anything wrong? I haven't checked if it's lowering the tile clause in the proper format yet. thanks for working on this. The problems I noticed (&

[gomp4] update gfortran's tile clause error handling

2016-10-03 Thread Cesar Philippidis
This patch updates the fortran FE to generate errors, rather than warnings, for non-positive integer tile clause arguments. I noticed this problem when I ported over the C/C++ compile time test cases to fortran. In addition to the two new test files, a couple of other existing tests needed to be up