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: Problems with gcc, g77 on Linux Alpha



> libm seems to think that
>    exp(-709.) 
> is a Floating Point Exception instead of 0. 

It is an underflow.  By default, DEC alpha traps.
If you want IEEE arithmetic, use one of the -mieee switches.


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