You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using C++ modules with xmake and gcc 13.3.0 fails spectacularly. I'm unsure if this is due to xmake giving bad data, or if this version of gcc is broken.
The important detail here is that the compiler segfaults during compilation, it is not a runtime issue.
The error log suggests I submit a bug to GNU, however I thought it would be appropriate to inform you first because this occurs in the context of xmake, and may be a side effect of some incorrect input.
Expected Behavior
The compilation is successful.
Project Configuration
Here's the project.zip as is.
For convenience, I'll also embed the included source code bellow.
Xmake Version
xmake v2.8.7+20240401
Operating System Version and Architecture
WSL, Ubuntu 24.04.1 LTS, x86_64
Describe Bug
Using C++ modules with xmake and gcc 13.3.0 fails spectacularly. I'm unsure if this is due to xmake giving bad data, or if this version of gcc is broken.
The important detail here is that the compiler segfaults during compilation, it is not a runtime issue.
The error log suggests I submit a bug to GNU, however I thought it would be appropriate to inform you first because this occurs in the context of xmake, and may be a side effect of some incorrect input.
Expected Behavior
The compilation is successful.
Project Configuration
Here's the project.zip as is.
For convenience, I'll also embed the included source code bellow.
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: