This is the mail archive of the gcc@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 with g77 and -mieee on Alpha Linux


On Thu, Jul 08, 1999 at 04:08:07PM -0400, Richard Hadsell wrote:
> The problem I ran into immediately (with C++) was a call to a math
> function (e.g., exp()) that returns a denormal.  libm must have been
> compiled with -mieee, or its equivalent.  When my code is compiled the
> default way, without -mieee, the denormal eventually causes a
> floating-point exception that crashes my program.

Yes, that is a known problem on Linux.  Digital's math libraries
don't do this.


r~


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