https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107023
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.1.0, 10.4.1, 11.1.0, | |11.3.1, 12.1.0, 12.2.1, | |13.0 Known to work| |9.5.0 Summary|[[gnu::stdcall]] Crashes |[10/11/12/13 Regression] |the compiler, but |[[gnu::stdcall]] Crashes |__attribute__((stdcall)) |the compiler, but |and __stdcall worrks |__attribute__((stdcall)) | |and __stdcall worrks --- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- GCC 10/11/12 say: cc1plus: out of memory allocating 18446744073537494608 bytes after a total of 3219456 bytes GCC 9 is OK. Bisecting now...