[Patch, Fortran] PR64726 Fix OpenACC's "parallel/kernel loop"
Tobias Burnus
burnus@net-b.de
Thu Jan 22 20:08:00 GMT 2015
"parallel/kernel loop" is handled by the function being patched (an
assert ensures that no other directives end here). The first part of the
function handles the parallel and kernel part, the loop itself should be
handled by the called function. However, it currently passes the
"kernel/parallel loop" op on, instead of only the "loop" part. That
fails in the called function in an assert.
Build and regtested on x86-64-gnu-linux.
OK for the trunk?
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oacc.diff
Type: text/x-patch
Size: 1326 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20150122/17538b5e/attachment.bin>
More information about the Fortran
mailing list