aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config/fpu-387.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/config/fpu-387.h')
-rw-r--r--libgfortran/config/fpu-387.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h
index 201173e5813..0ccd8e602c4 100644
--- a/libgfortran/config/fpu-387.h
+++ b/libgfortran/config/fpu-387.h
@@ -421,7 +421,7 @@ get_fpu_rounding_mode (void)
case _FPU_RC_ZERO:
return GFC_FPE_TOWARDZERO;
default:
- return GFC_FPE_INVALID; /* Should be unreachable. */
+ return 0; /* Should be unreachable. */
}
}