Re: [gomp4] declare directive [3/5]

2015-10-30 Thread Thomas Schwinge
Hi! On Mon, 8 Jun 2015 10:04:11 -0500, James Norris wrote: > --- a/gcc/fortran/gfortran.h > +++ b/gcc/fortran/gfortran.h > @@ -1174,6 +1183,7 @@ enum >OMP_LIST_FROM, >OMP_LIST_REDUCTION, >OMP_LIST_DEVICE_RESIDENT, > + OMP_LIST_LINK, >

Re: [gomp4] declare directive [3/5]

2015-06-18 Thread James Norris
Hi Thomas! On 06/17/2015 04:59 AM, Thomas Schwinge wrote: Hi Jim! I had mentioned that the Fortran front end changes cause regressions in a few libgomp execution tests, if configured for Intel MIC (emulation) offloading. I have now located *where* this is coming from, but would you please

Re: [gomp4] declare directive [3/5]

2015-06-17 Thread Thomas Schwinge
Hi Jim! I had mentioned that the Fortran front end changes cause regressions in a few libgomp execution tests, if configured for Intel MIC (emulation) offloading. I have now located *where* this is coming from, but would you please work on figuring out *why*? Fortunately, you'll be able to work

[gomp4] declare directive [3/5]

2015-06-08 Thread James Norris
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 5003581..a889342 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -119,6 +119,8 @@ static const struct attribute_spec gfc_attribute_table[] = affects_type_identity } */ { omp declare target, 0, 0,