[gomp4] update tile clause lowering in fortran
Cesar Philippidis
cesar@codesourcery.com
Wed Oct 5 02:47:00 GMT 2016
Nathan noticed that the fortran FE wasn't lowering tiled loops in the
same format as the C/C++ FEs. The canonical format of tiled loops going
forward is that of omp/acc collapsed loops; tiled loops are lowered into
a collection of tightly nested for loops. While making this change, I
noticed that the fortran FE permitted acc loops to contain both tile and
collapse clauses. This patch also makes that an error like it is in C
and C++.
This patch has been applied to gomp-4_0-branch.
Cesar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gomp4-gfc-tile.diff
Type: text/x-patch
Size: 3415 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20161005/9f8fe5c3/attachment.bin>
More information about the Fortran
mailing list