# 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