-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Regression] [macOS] Build failure after #14065 #14067
Comments
Ok, I checked the clang support for the "parenthesized initialization of aggregates" feature and it shows as supported in clang16. |
Also, you may want to try -std=c++20 instead of gnu++20 |
Xcode supports up to C++23, though I don't know if it supports every feature. Here is a list for your reference. As far as I remember, the CI uses Xcode 14.0. |
From that list it seems to not support the feature. But the CI version would also not work in that case. I hate that apple only shows what they support instead of a feature matrix including what they don't support. Clang however has this at https://clang.llvm.org/cxx_status.html |
I'm not able to install Xcode 14.3.1 to test, since I'm on macOS 14 and it won't run. If you'd like I'll close this issue for now, and will re-open if it's still a problem once Xcode 15 gets out of beta. (Or if someone else on Xcode 14 can confirm it's not working there either). |
#14070 should fix this |
Quick summary
Build fails on
RSX/VK/vkutils/sync.cpp
after #14065Details
No response
Build with regression
#14065
Attach two log files
RPCS3 00cca7b (Success).txt
RPCS3 715e385 (Fail).txt
Attach capture files for visual issues
No response
System configuration
M1 MBP
Other details
No response
The text was updated successfully, but these errors were encountered: