Anyone notice that there are now test failures with the cvs code with
gcl and ecl? The test suite works fine with clisp and cmucl.
With gcl, I am now getting failures for rtesthyp.mac for the tests 85,
86, 88, and 90. The results are supposed to be zero, but they're not.
With ecl, rtest_gamma test 304 fails. Looks like a round-off issue.
I think the desired rel error is 5e-15, but the result is
5.843059089895418419617834798317313b-15.
rtest_expintegral tests 153, 159, and 161 all give error-catch results
instead of an empty list.
Ray