Hello! Finding and placing missing DLLs into the Windows directory of Wine is easy.
I think the problem is the windows executables in wine have not been compiled with the -static-libgcc option of MinGW, so not including all these libgcc DDLs can be considered a bug itself. But compiling it without -static-libgcc can be considered a bug also. This is why I'm asking.