Re: [patch,openacc] handle missing OMP_LIST_ clauses in fortran's parse tree debugger

2018-09-20 Thread Cesar Philippidis
On 09/20/2018 11:22 AM, Paul Richard Thomas wrote: > Hi Cesar, > > It looks OK to me. > > Thanks for the patch. > > Paul Thanks! Committed in r264446. Cesar > On 20 September 2018 at 18:21, Cesar Philippidis > wrote: >> This patch updates Fortran's parse tree printer to print the names of >

[patch,openacc] handle missing OMP_LIST_ clauses in fortran's parse tree debugger

2018-09-20 Thread Cesar Philippidis
This patch updates Fortran's parse tree printer to print the names of new OpenACC data clauses. I'm not if this functionality is widely used or not, but from a standpoint of correctness, this patch would probably be nice to have. It this patch OK for trunk? I bootstrapped and regtested it for x86_