aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/f95-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r--gcc/fortran/f95-lang.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c
index 8c957d2..d00b7f0 100644
--- a/gcc/fortran/f95-lang.c
+++ b/gcc/fortran/f95-lang.c
@@ -856,13 +856,6 @@ gfc_init_builtin_functions (void)
gfc_define_builtin ("__builtin_fmodf", mfunc_float[1],
BUILT_IN_FMODF, "fmodf", true);
- gfc_define_builtin ("__builtin_huge_vall", mfunc_longdouble[3],
- BUILT_IN_HUGE_VALL, "__builtin_huge_vall", true);
- gfc_define_builtin ("__builtin_huge_val", mfunc_double[3],
- BUILT_IN_HUGE_VAL, "__builtin_huge_val", true);
- gfc_define_builtin ("__builtin_huge_valf", mfunc_float[3],
- BUILT_IN_HUGE_VALF, "__builtin_huge_valf", true);
-
/* lround{f,,l} and llround{f,,l} */
ftype = build_function_type_list (long_integer_type_node,
float_type_node, NULL_TREE);