[Bug fortran/98011] [OpenACC] 'gcc/fortran/scanner.c:load_line' should consider 'flag_openacc' in addition to 'flag_openmp' (and vice versa?)?
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 26 11:41:50 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98011
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
The OpenMP version is a bit crude, but OpenMP has besides
!$omp <directive>
also
!$ <something>
as "conditional compilation sentinel".
In free-form source code: "Initial lines must have a space after the sentinel".
Still, it could/should be improved.
More information about the Gcc-bugs
mailing list