Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

2014-03-20 Thread Jakub Jelinek
On Thu, Mar 20, 2014 at 11:22:59AM +0100, Thomas Schwinge wrote: > > --- /dev/null > > +++ b/gcc/testsuite/gfortran.dg/goacc/coarray.f95 > > @@ -0,0 +1,35 @@ > > +! { dg-do compile } > > > +! { dg-excess-errors "Unimplemented" } > > +! { dg-excess-errors "ACC LOOP" } > > \ No newline at end of fi

Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

2014-03-20 Thread Ilmir Usmanov
Hi Thomas! On 20.03.2014 14:22, Thomas Schwinge wrote: As in , this is wrong usage of the dg-excess-errors directive, for this one will absorb *all* remaining errors, whereas you just wanted to mask out any »so

Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

2014-03-20 Thread Thomas Schwinge
Hi Ilmir! On Fri, 7 Mar 2014 14:47:14 +0400, Ilmir Usmanov wrote: > OpenACC 1.0 fortran FE support -- tests. > --- /dev/null > +++ b/gcc/testsuite/gfortran.dg/goacc/coarray.f95 > @@ -0,0 +1,35 @@ > +! { dg-do compile } > +! { dg-excess-errors "Unimplemented" } > +! { dg-excess-errors "ACC

Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

2014-03-08 Thread Tobias Burnus
Ilmir Usmanov wrote: OpenACC 1.0 fortran FE support -- tests. I browsed through the patches and it looked good to me. Tobias gcc/testsuite/gfortran.dg/goacc/ * assumed.f95: New test * branch.f95: Likewise * coarray.f95: Likewise * continuation-free-form.f95: Likewise * cr

Re: [PATCH 4/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

2014-03-04 Thread Tobias Burnus
Ilmir Usmanov wrote: OpenACC 1.0 fortran FE support -- tests. I have browsed through those patches and haven't spotted anything; however, I have not carefully checked against the OpenACC spec nor really checked every patch. But at a glance, it looks okay. Tobias gcc/testsuite/gfortran.dg/