[Bug fortran/79154] omp declare simd in pure function?
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jan 22 20:06:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79154
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Version|5.4.0 |7.0
Resolution|--- |FIXED
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed. Not a bug in 6.x and earlier, as those only support OpenMP 4.0 and
using any OpenMP directives in PURE/ELEMENTAL is invalid there.
More information about the Gcc-bugs
mailing list