[Bug c++/118530] [OpenMP] declare_variant - non-arg variant with non-template return value type not selected
sandra at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 6 03:42:02 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118530
sandra at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandra at gcc dot gnu.org
--- Comment #4 from sandra at gcc dot gnu.org ---
There are similar failures in my not-yet-posted patches for "begin declare
variant", which also uses omp_declare_variant_finalize_one to do the mapping
from the variant function to the base function (regular "declare variant" uses
it to map the base function to the variant). So it seems the problem is in
that function or something it calls.
More information about the Gcc-bugs
mailing list