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
I remember @DolceTriade said one day he seen bugs while compiling with GCC 14.
I confirm I see bugs affecting models in a weird way when compiling with GCC 14 (no issue with GCC 13):
First stable version of Clang 19 was released today and then out of curiosity I test it, and I got another bug but affecting the models too, but in a different way (no issue with Clang 18):
Maybe we actually do something wrong if two compilers fail on it.
The text was updated successfully, but these errors were encountered:
An easy way to test both GCC 14 and Clang 19 is to use Ubuntu Noble (it has GCC 14 in repositories) and to install Clang 19 from the LLVM upstream repository for Ubuntu: https://apt.llvm.org
I remember @DolceTriade said one day he seen bugs while compiling with GCC 14.
I confirm I see bugs affecting models in a weird way when compiling with GCC 14 (no issue with GCC 13):
First stable version of Clang 19 was released today and then out of curiosity I test it, and I got another bug but affecting the models too, but in a different way (no issue with Clang 18):
Maybe we actually do something wrong if two compilers fail on it.
The text was updated successfully, but these errors were encountered: