GNU libc version 2.3.2 has a bug "feclearexcept() error on CPUs with SSE" (fixed in 2.3.3) which has been submitted to Debian but not fixed in sarge.
While I do not know enough about the Debian scripts to make a dpatch to get this fixed once and for all in the Debian distribution, I have assembled a (hackish) solution to produce .debs free from this bug. The method is:
> + xnew_exc &= excepts ^ FE_ALL_EXCEPT; --- < + xnew_exc &= ~excepts;