Re: [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

2015-11-25 Thread Bernhard Reutner-Fischer
On November 25, 2015 3:33:47 PM GMT+01:00, Cesar Philippidis wrote: >On 10/20/2015 02:37 AM, Jakub Jelinek wrote: >> On Fri, Oct 09, 2015 at 12:15:24PM +0200, Thomas Schwinge wrote: >>> diff --git gcc/fortran/scanner.c gcc/fortran/scanner.c >>> index bfb7d45..1e1ea84 100644 >>> --- gcc/fortran/sc

Re: [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

2015-11-25 Thread Cesar Philippidis
On 10/20/2015 02:37 AM, Jakub Jelinek wrote: > On Fri, Oct 09, 2015 at 12:15:24PM +0200, Thomas Schwinge wrote: >> diff --git gcc/fortran/scanner.c gcc/fortran/scanner.c >> index bfb7d45..1e1ea84 100644 >> --- gcc/fortran/scanner.c >> +++ gcc/fortran/scanner.c >> @@ -935,6 +935,63 @@ skip_free_comm

Re: [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

2015-10-20 Thread Jakub Jelinek
On Fri, Oct 09, 2015 at 12:15:24PM +0200, Thomas Schwinge wrote: > diff --git gcc/fortran/scanner.c gcc/fortran/scanner.c > index bfb7d45..1e1ea84 100644 > --- gcc/fortran/scanner.c > +++ gcc/fortran/scanner.c > @@ -935,6 +935,63 @@ skip_free_comments (void) >return false; > } > > +/* Return

Re: [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

2015-10-19 Thread Thomas Schwinge
-- OK to commit the following (by Ilmir) to trunk: > > commit 38e62678ef11f349f029d42439668071f170e059 > Author: Ilmir Usmanov > Date: Sun Jul 26 12:10:36 2015 + > > [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in > continuations > > gc

[PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations

2015-10-09 Thread Thomas Schwinge
gt; >>>> OK for gomp branch? > > The same applies to GCC trunk, as far as I can tell -- any reason not to > apply the patch to trunk? Ping -- OK to commit the following (by Ilmir) to trunk: commit 38e62678ef11f349f029d42439668071f170e059 Author: Ilmir Usmanov Date: Sun Jul