On Thursday, March 10, 2016 at 4:51:10 PM UTC+1, Jori Mäntysalo wrote:
>
> Years ago Borland Delphi had an option to throw exception for zero 
> division. And now GCC seems to have option -mfp-exceptions. 
>

-mfp-exceptions is enabled by default, and probably not what you think it is

You can compile with -ffpe-trap=zero which will generate a SIGFPE on zero 
division, with some performance degradation.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to