================
@@ -168,3 +168,6 @@ void instantiate() {
void_t<int>();
#endif
}
+
+// This is not a .compile.pass.cpp, because GCC only complains in CodeGen
about incorrect builtins usage
----------------
ldionne wrote:
```suggestion
// This is not a .compile.pass.cpp because we want to ensure that GCC doesn't
complain about incorrect builtins usage, which only happens during CodeGen.
```
https://github.com/llvm/llvm-project/pull/138293
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits