This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
arithmetic exception
- To: gcc-help at gcc dot gnu dot org
- Subject: arithmetic exception
- From: Andrea Nerozzi <andrea dot nerozzi at port dot ac dot uk>
- Date: Tue, 23 Oct 2001 12:57:10 +0100 (BST)
Hi all
I have got one problem with an arithmetic exception
which is thrown when a variable reaches a very small
value (such as e-200). I was wondering if there is some
option in the compiler to avoid this exception to be throw
just replacing the value with zero.
Andrea