Re: [Patch] Fortran: Fix OpenMP/OpenACC continue-line parsing

2021-06-04 Thread Jakub Jelinek via Fortran
On Fri, Jun 04, 2021 at 05:28:37PM +0200, Tobias Burnus wrote: > Fortran: Fix OpenMP/OpenACC continue-line parsing > > gcc/fortran/ChangeLog: > > * scanner.c (skip_fixed_omp_sentinel): Set openacc_flag if > this is not an (OpenMP) continuation line. > (skip_fixed_oacc_sentinel):

[Patch] Fortran: Fix OpenMP/OpenACC continue-line parsing

2021-06-04 Thread Tobias Burnus
Hi all, hi Jakub & Thomas, I did run into this issue with the previous patch where !$omp parallel & !$acc& loop did no longer report an error – hence, I changed 'loop' to 'kernels loop' as buffered 'gfc_error' might not be output. Having no error is very unfortunate. There is no ideal solutio