TDM's Experimental GCC/MinGW32 Builds
Binary packages of recent GCC releases targeting the MinGW compiler system
Main Page | Development Information | Bugs
Last updated: 2008-05-30 21:08
local fixes and changes
- [4.3 series] Includes a patch ported from the official MinGW 3.4.5 release to propagate exceptions out of DLLs without the need for shared versions of libgcc and libstdc++.
- [4.3 series] Includes several fixes backported from GCC trunk (4.4) sources for better MSVCRT format string support.
- [4.3 series] Includes a fix backported from GCC trunk (4.4) sources for dllimported constructor/destructor declaration overriding.
- Includes a patch to keep GCC from erroneously using the CWD as the installation directory.
- Configured with "--enable-fully-dynamic-string", which fixes a bug when passing empty std::string objects between DLLs and EXEs.
- Includes a patch which fixes GCC bug #27067. The primary reason for including this patch was to let the wxWidgets GUI library compile successfully out-of-the-box. (See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27067)
- Includes a patch to remove a dependency on the runtime for the classic ctype table, moving it to libstdc++ itself. (See http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01413.html)
- Includes a patch to fix an ICE when compiling gettext (See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29826)
