]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/ieee/ieee_helper.c
expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE inquiry...
[thirdparty/gcc.git] / libgfortran / ieee / ieee_helper.c
index 5071efa4f82b2a99ae2c17236fba649f5b3f9732..35231274a1a706ea36c9cad5324cd8126721032c 100644 (file)
@@ -50,7 +50,8 @@ internal_proto(ieee_class_helper_16);
 enum { IEEE_OTHER_VALUE = 0, IEEE_SIGNALING_NAN, IEEE_QUIET_NAN,
   IEEE_NEGATIVE_INF, IEEE_NEGATIVE_NORMAL, IEEE_NEGATIVE_DENORMAL,
   IEEE_NEGATIVE_ZERO, IEEE_POSITIVE_ZERO, IEEE_POSITIVE_DENORMAL,
-  IEEE_POSITIVE_NORMAL, IEEE_POSITIVE_INF };
+  IEEE_POSITIVE_NORMAL, IEEE_POSITIVE_INF, IEEE_SUBNORMAL,
+  IEEE_NEGATIVE_SUBNORMAL, IEEE_POSITIVE_SUBNORMAL };
 
 #define CLASSMACRO(TYPE) \
   int ieee_class_helper_ ## TYPE (GFC_REAL_ ## TYPE *value) \