[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2010-05-15 Thread a14331990 at hotmail dot com
--- Comment #16 from a14331990 at hotmail dot com 2010-05-15 06:01 --- (In reply to comment #8) I think this is a bug the MingW maintainers should handle. While I understand Andrew's position, it seems to me that this is nevertheless a definite regression from the user's

[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2010-05-15 Thread a14331990 at hotmail dot com
--- Comment #17 from a14331990 at hotmail dot com 2010-05-15 09:29 --- Created an attachment (id=20662) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20662action=view) enable auto-import in ld This patch comes from a post by Dave Korn and is slightly modified by me [PATCH] Silence

[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2010-05-15 Thread a14331990 at hotmail dot com
--- Comment #18 from a14331990 at hotmail dot com 2010-05-15 09:31 --- Created an attachment (id=20663) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20663action=view) don't emit dllexport'd inline functions This patch is just a removal of nathan's code. See r147799 | nathan

[Bug c++/43601] Enormous increase in DLL object files size in 4.5

2010-05-15 Thread a14331990 at hotmail dot com
--- Comment #20 from a14331990 at hotmail dot com 2010-05-15 13:24 --- (In reply to comment #19) Should not the options -fvisibility-inlines-hidden or -fvisibility=hidden fix this problem? Option found on http://gcc.gnu.org/wiki/Visibility. Note: The MinGW GCC 4.5.0-1 does not make