Re: signal(SIGFPE,SIG_IGN) causes endless loop

Alan Cox (alan@cymru.net)
Tue, 23 Apr 1996 15:43:52 +0100 (BST)


> > SCO Unix:
>
> Well on SCO the proram above does not compile! The compiler notices the
> divide by zero :-)

Then the SCO system is not a C compiler. Thats a compiler bug. X/0 is legal
C. Remind me to use an FPU trap to run something gratuitously so SCO users
cant build it.

Alan