================
@@ -85,7 +85,21 @@ int hoo(void) {
}
+// This should generate one target version but no resolver.
+__attribute__((target_version("default"))) int
unused_with_forward_default_decl(void);
+__attribute__((target_version("mops"))) int
unused_with_forward_default_decl(void) { return 0; }
+// FIXME: If the default declaration follows the non-default definition,
----------------
jroelofs wrote:
Ouch. Yeah, I think we should consider that a bug.
https://github.com/llvm/llvm-project/pull/84405
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits