Block a user
asleepymoon
released Luna January 6 release - 0.6.0 "Andromeda" at asleepymoon/Luna
2024-01-06 18:46:42 +00:00
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program
Crash was due to global constructors not being called, that issue is fixed now. GCC still doesn't work as it apparently hits the top of the stack (not the bottom, this is not a stack overflow, but…