https://bugs.kde.org/show_bug.cgi?id=499789
--- Comment #23 from Sam James <s...@gentoo.org> --- It fails for me with GCC 15. https://invent.kde.org/plasma/kwin/-/blob/master/src/core/iccprofile.cpp?ref_type=heads#L89 looks suspect (aliasing violation). Replacing it with a memcpy should work. I tried __attribute__((optimize("-fno-strict-aliasing"))) on the function which did help, I didn't yet have a chance to try memcpy. I will tonight unless beaten to it. -- You are receiving this mail because: You are watching all bug changes.