[Bug fortran/98009] [OpenACC] 'gcc/fortran/match.c:gfc_match_type_spec' should consider 'flag_openacc' in addition to 'flag_openmp'?
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 26 11:05:13 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98009
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
I am not aware of any OpenACC construct which contains a typespec like
'INTEGER' or 'TYPE(t)'
In OpenACC it is used for gfc_match_omp_declare_reduction like is:
!$omp declare reduction (baz : integer : sub6 (omp_out, omp_in)) &
Given that specific use and syntax I am against adding a dummy entry.
More information about the Gcc-bugs
mailing list