# New Ticket Created by Bruce Gray # Please include the string: [perl #19229] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19229 >
The JIT config test is not cleaning up after itself, causing sporadic failures of the next config test (funcptr.pl) on Win32. This patch corrects the problem. -- Hope this helps, Bruce Gray -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/45708/35838/f7b5b9/jit_cc_clean.patch
Index: config/auto/jit.pl =================================================================== RCS file: /cvs/public/parrot/config/auto/jit.pl,v retrieving revision 1.9 diff -u -r1.9 jit.pl --- config/auto/jit.pl 12 Dec 2002 11:20:26 -0000 1.9 +++ config/auto/jit.pl 17 Dec 2002 22:26:20 -0000 @@ -93,6 +93,7 @@ jit_i386 => 'fcomip' ); } + cc_clean(); } } else {