This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in current snapshots.


In a message dated 10/5/99 5:10:12 AM EST, kgw@cswgmbh.de writes:

> Whenever I compile one of my projects that is quite
>  vulnerable to floating point quirks, I have to enable the optimizer to
>  get a decent result. 
You may have a situation where the calculation is performed partly in 
extended precision, even without requested optimization, where formerly none 
of it was.  If so, the -ffloat-store may make a difference.  With further 
optimization, perhaps the offending discrepancy is removed by additional 
extended precision.  In such a case, it ought to be possible to cure the 
problem by strategic long double declarations.  Don't the FAQ's cover this?  
If you wish to investigate details, there are options to view the generated 
code.

Tim
tprince@computer.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]