develooper Front page | perl.perl5.porters | Postings from April 2014

[perl #121699] [PATCH] Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64

Thread Previous | Thread Next
From:
Steve Hay
Date:
April 22, 2014 13:11
Subject:
[perl #121699] [PATCH] Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64
Message ID:
rt-4.0.18-24922-1398172271-173.121699-75-0@perl.org
# New Ticket Created by  Steve Hay 
# Please include the string:  [perl #121699]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=121699 >


MinGW-w64's 64-bit gcc now uses the SEH C++ exception model rather than SJLJ or Dwarf2 (see http://mingw-w64.sourceforge.net/download.php), so op/taint.t needs libgcc_s_seh-1.dll rather than libgcc_s_sjlj-1.dll or libgcc_s_dw2-1.dll.

The attached patch does the necessary.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About