Re: [patch,gomp4] add support for fortran common blocks

2017-04-07 Thread Thomas Schwinge
Hi Cesar! On Wed, 5 Apr 2017 13:37:30 -0700, Cesar Philippidis wrote: > On 04/05/2017 01:22 PM, Thomas Schwinge wrote: > > >> --- a/gcc/gimplify.c > >> +++ b/gcc/gimplify.c > >> @@ -6102,14 +6102,19 @@ oacc_default_clause (struct gimplify_omp_ctx *ctx, > >> tree decl, unsigned flags) > >> { >

Re: [patch,gomp4] add support for fortran common blocks

2017-04-05 Thread Cesar Philippidis
On 04/05/2017 01:22 PM, Thomas Schwinge wrote: >> --- a/gcc/gimplify.c >> +++ b/gcc/gimplify.c >> @@ -6102,14 +6102,19 @@ oacc_default_clause (struct gimplify_omp_ctx *ctx, >> tree decl, unsigned flags) >> { >>const char *rkind; >>bool on_device = false; >> + bool is_private = false; >

Re: [patch,gomp4] add support for fortran common blocks

2017-04-05 Thread Thomas Schwinge
Hi Cesar! Can you please help me understand/verify a part of your patch: On Thu, 15 Sep 2016 07:56:58 -0700, Cesar Philippidis wrote: > Currently gfortran largely lacks support for fortran common blocks in > OpenACC. The notable exception is acc declare link which does support > common block ar