------- Additional Comments From rth at gcc dot gnu dot org 2005-01-21 22:03 ------- I've found the problem, via binary search on the povray source and then visual inspection of the file found to be miscompiled. The mov[sd]fcc_1_sse patterns are missing an earlyclobber. The fix isn't quite as simple as just adding '&' to the pattern, but I should have it done today.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19506