-
Notifications
You must be signed in to change notification settings - Fork 304
Description
The GCC 14 and GCC 15 constant evaluator engines are currently broken - they often segfault on very simple code that can be constant evaluated. I asked my friend to report a bug (I couldn't register the gcc bugzilla account myself) and the maintainers confirmed the bug is indeed happening.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123354
(not that this is just one example and I could find a lot, lot more examples of GCC ICE'ing on simple valid code)
which started because of the commit
https://gcc.gnu.org/cgit/gcc/commit/?id=9bc6b23d11697545e8a951ccd60691b1e58b98c2
The situation turned out to be sooo bad, it broke so much code for me I think on going back to GCC 13. But the last GCC 13 release of w64devkit was in April 2024. The changes in the w64devkit themselves are so good I want to have them alongside the GCC 13.4 compiler. Could you please add a 13.4 release as an alternative release? Thanks!