PR libfortran/24432
* lib/target-supports.exp (check_effective_target_fortran_large_real):
Check that 'cos' is supported.
From-SVN: r107321
+2005-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR libfortran/24432
+ * lib/target-supports.exp (check_effective_target_fortran_large_real):
+ Check that 'cos' is supported.
+
2005-11-21 Paul Thomas <pault@gcc.gnu.org
PR fortran/24223
puts $f "integer,parameter :: k = &"
puts $f " selected_real_kind (precision (0.0_8) + 1)"
puts $f "real(kind=k) :: x"
+ puts $f "x = cos (x);"
puts $f "end"
close $f