Failures in rtest1.mac with GCL



With GCL 2.6.8 on a Windows XP system I get failures in the testsuite file
rtest1.mac. This errors do not occur with CLISP 2.44 on my system.


Running tests in rtest1: 
********************** Problem 38 ***************
Input:
- 1
--- - 99 + [99.25, 99.25d+0, 99.25d+0, 99.25d+0, 99.25d+0]
 4


Result:
         397             397             397             397             397
[99.25 - ---, 99.25d+0 - ---, 99.25d+0 - ---, 99.25d+0 - ---, 99.25d+0 - ---]
          4               4               4               4               4

This differed from the expected result:
[0.0, 0.0, 0.0, 0.0, 0.0]

********************** Problem 47 ***************
Input:
- 1
--- - 99 + [99.25, 99.25d+0, 99.25d+0, 99.25d+0, 99.25d+0]
 4


Result:
         397             397             397             397             397
[99.25 - ---, 99.25d+0 - ---, 99.25d+0 - ---, 99.25d+0 - ---, 99.25d+0 - ---]
          4               4               4               4               4

This differed from the expected result:
[0.0, 0.0, 0.0, 0.0, 0.0]

104/106 tests passed.

The following 2 problems failed: (38 47)

Dieter Kaiser