------- Comment #15 from ebotcazou at gcc dot gnu dot org  2005-11-21 11:45 
-------
> FreeBSD has the same problem with missing long double math
> functions.  I tried to add an appropriate XFAIL clause for
> FreeBSD, but dejagnu would still process the file.

Huh... the following patch fixes the problem for me.  Can I install it?

Index: lib/target-supports.exp
===================================================================
--- lib/target-supports.exp     (revision 107161)
+++ lib/target-supports.exp     (working copy)
@@ -530,6 +530,7 @@
        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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24432

Reply via email to