-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Can't build on gcc-g++ 14.0.0 #51369
Comments
This comes from |
GCC 14? Let us check. |
GCC 14.0.0 is unreleased. The latest version is GCC 13.2. @targos Does Node support unreleased compilers? |
The simdjson library supports GCC up to GCC 13.2. We have tests in CI. If Node.js supports GCC 14.0.0 prior to its release, we will investigate. If so, I would appreciate details on how Node.js supports GCC 14. Does Node.js have CI runners with GCC 14? How are they configured? |
I was not aware it was an unreleased version of GCC. We don't really support those (but would accept a patch if someone wants to contribute). |
@targos In which case, I suggest closing this issue. Note that you can test simdjson with different compilers (including 'gcc trunk') and different flags on godbolt. |
Version
21.5.0
Platform
Linux DESKTOP-LN5CS60 6.6.8-microsoft-standard-WSL2 #2 SMP Sun Dec 31 21:27:57 CST 2023 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
First,clone the gcc latest source (commit a945c346f57ba40fc80c14ac59be0d43624e559d) code and build it
./configure
make -j12
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: