1 #include "libgfortran.h"
3 /* We include the platform-dependent code. */
4 #include "fpu-target.h"
6 /* Function called by the front-end to tell us
7 when a FPE should be raised. */
8 extern void set_fpe (int);
12 set_fpe (int exceptions
)
14 options
.fpe
= exceptions
;