This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug boehm-gc/52217] [boehm-gc] revision 184100 causes segmentation fault in mingw32


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52217

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org

--- Comment #1 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-02-12 16:10:19 UTC ---
Sorry, to revert this patch is the wrong fix.  The patch just corrects an
old-standing issue, and shouldn't affect mingw.org compiled stuff at all, as
_DLL isn't defined by this header-set.  The only effective difference is for
-w64, which is defining _DLL as msdn describes.

So the issue here you noticed might be caused by static/shared instead.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]