https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #25 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > Sorry, I misread your message and now realized that you just wanted the > executable and its dependencies. They are now on the same URL. The 11.2 > libstdc++ and libgcc dlls are built with debug info. Thanks. I cannot reproduce the problem though: botcazou@PAWNEE ~ $ cd gcc10/ botcazou@PAWNEE ~/gcc10 $ ./excep.exe botcazou@PAWNEE ~/gcc10 $ ls -l total 2636 -rwxr-xr-x+ 1 botcazou None 111259 Oct 15 09:25 excep.exe -rwxr-xr-x+ 1 botcazou None 604303 Oct 15 09:23 libgcc_s_dw2-1.dll -rw-r--r--+ 1 botcazou None 1904773 Oct 15 09:23 libstdc++-6.dll -rw-r--r--+ 1 botcazou None 69066 Oct 15 09:25 libwinpthread-1.dll botcazou@PAWNEE ~/gcc10 $ cd .. botcazou@PAWNEE ~ $ cd gcc11/ botcazou@PAWNEE ~/gcc11 $ ls -l total 24636 -rwxr-xr-x+ 1 botcazou None 111259 Oct 15 09:25 excep.exe -rwxr-xr-x+ 1 botcazou None 604303 Oct 15 09:25 libgcc_s_dw2-1.dll -rwxr-xr-x+ 1 botcazou None 24433712 Oct 15 09:25 libstdc++-6.dll -rw-r--r--+ 1 botcazou None 69066 Oct 15 09:25 libwinpthread-1.dll botcazou@PAWNEE ~/gcc11 $ ./excep.exe botcazou@PAWNEE ~/gcc11