In sys/signal.h
, one of the possible codes for a SIGFPE
is a FPE_FLTSUB
for which the comment just says "subscript out of range -NOTIMP". I'm on OS X 10.9, but it appears to be in glibc as well.
It isn't one of the standard IEEE exceptions, so what is it, and when is it raised?