Re: [patch,openacc] use existing local variable in cp_parser_oacc_enter_exit_data

2018-11-30 Thread Thomas Schwinge
Hi! On Thu, 29 Nov 2018 21:33:37 +, Julian Brown wrote: > On Wed, 26 Sep 2018 11:21:33 -0700 > Cesar Philippidis wrote: > > > This is an old gomp4 patch that updates the location of the clause for > > acc enter/exit data. Apparently, it didn't impact any test cases. Is > > this OK for trun

Re: [patch,openacc] use existing local variable in cp_parser_oacc_enter_exit_data

2018-11-29 Thread Joseph Myers
On Thu, 29 Nov 2018, Julian Brown wrote: > So, OK, or shall we just drop this? (Joseph?) I've no comment on this patch; it seems to be in Thomas's area. -- Joseph S. Myers jos...@codesourcery.com

Re: [patch,openacc] use existing local variable in cp_parser_oacc_enter_exit_data

2018-11-29 Thread Julian Brown
On Wed, 26 Sep 2018 11:21:33 -0700 Cesar Philippidis wrote: > This is an old gomp4 patch that updates the location of the clause for > acc enter/exit data. Apparently, it didn't impact any test cases. Is > this OK for trunk or should we drop it from OG8? > > I bootstrapped and regtested it for x

[patch,openacc] use existing local variable in cp_parser_oacc_enter_exit_data

2018-09-26 Thread Cesar Philippidis
This is an old gomp4 patch that updates the location of the clause for acc enter/exit data. Apparently, it didn't impact any test cases. Is this OK for trunk or should we drop it from OG8? I bootstrapped and regtested it for x86_64 Linux with nvptx offloading. Thanks, Cesar [OpenACC] Use existing