|
From: Julian S. <js...@ac...> - 2006-11-17 13:38:15
|
Rafael, I am trying but failing to reproduce this. Can you send a complete program that demonstrates it? The fragment below isn't=20 runnable (what args should I pass to this function?) and despite trying out variants of a test for your previous false-positive report I can't make it fail. J On Tuesday 07 November 2006 02:47, Rafael Esp=EDndola wrote: > Hi, I believe that I have found another false positive. A log is > attached, and the reduced code is > > ------------------------------------------ > movl 4(%esp), %ecx > .LCFI202: > > fldz > fldz > fxch %st(1) > fucompp > fnstsw %ax > sahf > je .L334 > .L334: > jp .L335 > .L335: > andb $-2, 68(%ecx) > fldz > fldz > fxch %st(1) > fucompp > fnstsw %ax > sahf > je .L345 > .L345: > jp .L344 > .L344: > ret > ----------------------------------------- > > Best Regards, > Rafael |