2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/compile/
20010426.f: New test.
* g77.f-torture/execute/
20010426.f: New test.
From-SVN: r41615
+2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * g77.f-torture/compile/20010426.f: New test.
+ * g77.f-torture/execute/20010426.f: New test.
+
2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/compile/20000629-1.x: Remove - error
--- /dev/null
+ function f(c)
+ implicit none
+ real*8 c, f
+ f = sqrt(c)
+ return
+ end
--- /dev/null
+ print*,cos(1.0)
+ end