Since this feature involves function name mangling, I'd like to understand how it interacts with other features affecting assembler names for functions, and make sure there are associated testcases for those interactions. Specifically:
* How does this interact with asm redirection for functions, if that's used on any target_version or target_clones declaration or definition? * How does this interact with the use of the simd attribute to map calls made to a scalar function to vector variants of that function, if that attribute (or similar OMP pragma) is used on a function also using one of the new attributes? -- Joseph S. Myers [email protected]
