https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187437
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Konstantin Belousov <[email protected]> --- (In reply to Roman Divacky from comment #4) > I cannot reproduce this, it prints two 0s for me with clang3.4 on freebsd9.3. i386 is important detail. clang generates obviously incorrect code even on amd64 with -m32, first storing zero float, then overriding it with some garbage. The test passes if sse math is used, i.e. '-m32 -mfpmath=sse -march=corei7 -O0' works. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
