This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] PR64726 Fix OpenACC's "parallel/kernel loop"


On 01/22/2015 12:08 PM, Tobias Burnus wrote:
> "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?

It looks OK to me. In fact, I have an identical patch in our internal
branch and I don't know why it didn't make its way upstream or at least
into gomp-4_0-branch. Maybe it got lost after stage 1 closed. Sorry
about that.

Cesar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]