[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [llvm] [libc++] Upgrade to GCC 15 (PR #138293)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 6 07:58:29 PDT 2025
================
@@ -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
+int main() {}
----------------
ldionne wrote:
```suggestion
int main(int, char**) { return 0; }
```
https://github.com/llvm/llvm-project/pull/138293
More information about the libcxx-commits
mailing list