[Bug libgomp/93097] Wrong OpenMP version reported
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Dec 29 23:53:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93097
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That would be incorrect, as OpenMP 5 is only partially supported, there are
various OpenMP 5 features missing, some of them on the compiler side only, but
others (e.g. the allocators) on the library side too.
We can only claim OpenMP 5 support when everything is supported (hopefully in
GCC 11).
More information about the Gcc-bugs
mailing list