This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libitm/52787] Segmentation fault on MinGW
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Mar 2012 14:38:57 +0000
- Subject: [Bug libitm/52787] Segmentation fault on MinGW
- Auto-submitted: auto-generated
- References: <bug-52787-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52787
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ian at airs dot com
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2012-03-30 14:38:57 UTC ---
Based to your e-mail on gcc-help, you left out a very important piece of
information. This is using a build with the following patch:
> Moreover, if I replace line 134 in file gccroot/libitm/configure.tgt [1] from:
> > | *-*-darwin* | *-*-aix*)
> to:
> > | *-*-darwin* | *-*-aix* | *-w64-mingw32)
As far as I know libitm is not expected to work on MinGW.