[Bug fortran/98014] [Fortran OpenACC] Empty '!$acc' continuation line rejected

2021-02-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98014

--- Comment #1 from Jakub Jelinek  ---
!$omp parallel &
!$omp num_threads(4) &
!$omp !comment

!$omp end parallel
end

is also rejected.  And in

!$omp parallel &
!$omp num_threads(4) &
!$omp&!comment

!$omp end parallel
end

we treat that !$omp& as the last continuation line and accept it, but as the &
is the last non-blank character before comment, shouldn't that mean a
continuation is required?

[Bug fortran/98014] [Fortran OpenACC] Empty '!$acc' continuation line rejected

2021-02-14 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98014

Dominique d'Humieres  changed:

   What|Removed |Added

   Last reconfirmed||2021-02-14
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1