Re: PR45273 - The compiler depends on the host double

2011-03-17 Thread Richard Henderson
On 03/17/2011 01:35 AM, Richard Guenther wrote: >> Anyone a better suggestion for PRED_PRECISION? > > It at least seems you are introducing another host dependency here with using > HOST_BITS_PER_WIDE_INT. Why not simply use a fixed value of 32? Or 64, given that's the exact precision that sreal

Re: PR45273 - The compiler depends on the host double

2011-03-17 Thread Richard Guenther
On Thu, Mar 17, 2011 at 12:24 AM, Steven Bosscher wrote: > Hi, > > The attached patch replace sreal math with mpfr math in predict.c and > host double math in mcf.c also with mpfr math. > > Bootstrapped&tested (incl. ada) on x86_64-unknown-linux-gnu. OK for trunk? > > Anyone a better suggestion fo

PR45273 - The compiler depends on the host double

2011-03-16 Thread Steven Bosscher
Hi, The attached patch replace sreal math with mpfr math in predict.c and host double math in mcf.c also with mpfr math. Bootstrapped&tested (incl. ada) on x86_64-unknown-linux-gnu. OK for trunk? Anyone a better suggestion for PRED_PRECISION? Ciao! Steven * sreal.c: Remove file.