gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
[binutils-gdb.git] / gdb / testsuite / gdb.fortran / type-kinds.exp
index 1ae15b96f1aa366ee53b746a5f707983dbc2bb19..9d19a9ceb39a1f57c142067f7fc25864b7689be2 100644 (file)
@@ -27,12 +27,6 @@ if { [skip_fortran_tests] } { continue }
 proc test_cast_1_to_type_kind {base_type type_kind cast_result size_result} {
     set type_string "$base_type (kind=$type_kind)"
     gdb_test "p (($type_string) 1)" " = $cast_result"
-
-    if {($base_type == "real" || $base_type == "complex")
-       && $type_kind == 16} {
-       setup_kfail gdb/18644 "*-*-*"
-    }
-
     gdb_test "p sizeof (($type_string) 1)" " = $size_result"
 }