RE: how to start using gcc on windows

2007-04-29 Thread Eric Weddington
> -Original Message- > From: Mike Stump [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 28, 2007 6:47 PM > To: [EMAIL PROTECTED] > Cc: gcc@gcc.gnu.org > Subject: Re: how to start using gcc on windows > > On Apr 28, 2007, at 5:03 PM, [EMAIL PROTECTED] wrote: > > I have looked hard, bu

Re: Effects of newly introduced -mpcX 80387 precision flag

2007-04-29 Thread Tim Prince
[EMAIL PROTECTED] wrote: On Apr 29, 2007, at 1:01 PM, Tim Prince wrote: It makes no sense at all for sqrt() to break down with change in precision mode. If you do an extended-precision (80-bit) sqrt and then round the result again to a double (64-bit) then those two roundings will incre

Re: Effects of newly introduced -mpcX 80387 precision flag

2007-04-29 Thread Bradley Lucier
On Apr 29, 2007, at 1:01 PM, Tim Prince wrote: [EMAIL PROTECTED] wrote: I just (re-)discovered these tables giving maximum known errors in some libm functions when extended precision is enabled: http://people.inf.ethz.ch/gonnet/FPAccuracy/linux/summary.html and when the precision of the man

Re: [doc,patch] Fortran compiler on Ultrix and clobbered registers

2007-04-29 Thread John David Anglin
> I noted in the GCC docs (see for example http://gcc.gnu.org/ > onlinedocs/gcc/Interoperation.html) that we have the following text > in the section "Known Causes of Trouble with GCC": > > > On Ultrix, the Fortran compiler expects registers 2 through 5 to be > > saved by function calls. Howe

Re: Effects of newly introduced -mpcX 80387 precision flag

2007-04-29 Thread Tim Prince
[EMAIL PROTECTED] wrote: I just (re-)discovered these tables giving maximum known errors in some libm functions when extended precision is enabled: http://people.inf.ethz.ch/gonnet/FPAccuracy/linux/summary.html and when the precision of the mantissa is set to 53 bits (double precision):

Re: Effects of newly introduced -mpcX 80387 precision flag

2007-04-29 Thread Bradley Lucier
Richard Henderson wrote: On Tue, Apr 03, 2007 at 10:56:42AM +0200, Uros Bizjak wrote: > ... Note that a change of default precision control may > affect the results returned by some of the mathematical functions. > > to the documentation to warn users about this fact. Eh. It can seriously bre

[doc,patch] Fortran compiler on Ultrix and clobbered registers

2007-04-29 Thread FX Coudert
I noted in the GCC docs (see for example http://gcc.gnu.org/ onlinedocs/gcc/Interoperation.html) that we have the following text in the section "Known Causes of Trouble with GCC": On Ultrix, the Fortran compiler expects registers 2 through 5 to be saved by function calls. However, the C comp