July 15, 2026
10:32 a.m.
Should be gated on GCC >= 9, not 10. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78782 I also think it'll do the wrong thing with Clang, since it reports \_\_GNUC\_\_ = 4. (Clang supports that function since 3.9.0.) Or we could simply make this workaround unconditional. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11397#note_145698