Commit 9cfda6fa by Eric Botcazou Committed by Eric Botcazou

re PR libfortran/24432 (Missing symbols)

	PR libfortran/24432
	* lib/target-supports.exp (check_effective_target_fortran_large_real):
	Check that 'cos' is supported.

From-SVN: r107321
parent b6cb8dc2
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 2005-11-21 Paul Thomas <pault@gcc.gnu.org
PR fortran/24223 PR fortran/24223
...@@ -530,6 +530,7 @@ proc check_effective_target_fortran_large_real { } { ...@@ -530,6 +530,7 @@ proc check_effective_target_fortran_large_real { } {
puts $f "integer,parameter :: k = &" puts $f "integer,parameter :: k = &"
puts $f " selected_real_kind (precision (0.0_8) + 1)" puts $f " selected_real_kind (precision (0.0_8) + 1)"
puts $f "real(kind=k) :: x" puts $f "real(kind=k) :: x"
puts $f "x = cos (x);"
puts $f "end" puts $f "end"
close $f close $f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment