gcc generates floating code that raises SIGFPE for the following code:
SIGFPE
#include int x = -1; int main() { return INT_MIN % x; }