https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115635
--- Comment #6 from Sam James <sjames at gcc dot gnu.org> --- In theory, the bisect list is tiny: ``` $ git shortlog 55947b32c38a40777aedbd105bd94b43a42c2a10..30db57901ccac7027f93ff71e70a66e26a4f70f5 Evgeny Karpov (6): Move mingw_* declarations to the mingw folder Extract ix86 dllimport implementation to mingw Rename functions for reuse in AArch64 aarch64: Add selectany attribute handling Adjust DLL import/export implementation for AArch64 aarch64: Add DLL import/export to AArch64 target Jakub Jelinek (1): c: Fix ICE related to incomplete structures in C23 [PR114930] Jeff Law (1): [committed][RISC-V] Fix some of the testsuite fallout from late-combine patch Mark Harmstone (1): Handle structs and classes for CodeView ``` Not sure I really believe this though. Feels more likely the selftest maybe succeeded by chance for the build so the LHS commit range is wrong.