------- Comment #5 from ghazi at gcc dot gnu dot org 2007-02-16 05:08 ------- (In reply to comment #3) > 3. I'm suspicious about the mpfr you grabbed. Try building mpfr yourself > from > source and run it's testsuite to make sure it's healthy. Then link gcc with > that and retry. I seem to recall Geoff had some problems on the darwin > regression tester and had to build mpfr using cpu type "none". My memory of > this is kind of foggy from many months ago. So I'm not sure really, but a > miscompiled mpfr would be my first guess.
Here's the old message I recalled: http://gcc.gnu.org/ml/gcc/2006-10/msg00640.html it says you have to configure GMP with --host=none-apple-darwin I assume you should do the same configure flag with MPFR. What version of GMP are you using and where did you get it? You may have a buggy GMP or MPFR, not sure which. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30816