This is the mail archive of the gcc-patches@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: g77 -ieee crash in 1.0.3a


> BTW, I don't understand the reason for -mieee with LAPACK (was it?) in
> the first place.

-mieee is never supposed to crash the compiler. This kind of crash is
the kind that would get diagnosed by the "compile a few million lines
of code just to see what happens" test Craig and I and others have
been contemplating.

If you want to know why I threw it: a user got an fp exception, and I
told them "try -mieee and see if that fixes it." It's standard
debugging procedure on an Alpha. In fact, one of the legit biggest
uses of denorms is in matrix algebra in ill-conditioned systems.
Gradual underflow is your friend in that situation.

-- g




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