On 2003-09-12 14:39:40 -0400, Daniel Jacobowitz wrote: > That's life on Alpha. I believe you can get different behavior by > compiling with -mieee, does that work?
That works, but IEEE-754 isn't the only standard. The ISO C standard has its own requirements. In my case, there was neither an erroneous arithmetic operation, nor a range error; therefore I shouldn't have got a FPE signal. (Note: I compiled with -std=c99.) -- Vincent Lef�vre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100% validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des Jeux Math�matiques et Logiques, TETRHEX, etc. Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

