5.7.1.4 Check-zero-division Option
The -mcheck-zero-division
option requests the compiler to trap integer divisions
by zero. This is the default action if no option is specified. The
-mno-check-zero-division
form of this option requests that no traps
will take place.