bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] [GNU Cobol 2.0] testsuite: 346 349 failed on Solaris (


From: Paul . Meinhardt
Subject: [open-cobol-list] [GNU Cobol 2.0] testsuite: 346 349 failed on Solaris (sparc)
Date: Mon, 15 Dec 2014 10:06:23 +0100

Hello,

I tried to compile the GNU Cobol compiler from branch 2.0 r470 on Solaris (sparc). Compiling the sources is ok but two tests failed.


output of uname -a SunOS sol10d 5.10 Generic_142909-17 sun4u sparc SUNW,Sun-Fire-V440

If I call CBL_OPEN_FILE like in the following code snippet:

      ...

       01 OPEN-MODE  PIC X USAGE COMP-X VALUE 1.

       
     ....
       

       CALL "CBL_OPEN_FILE" using F-NAME, OPEN-MODE, 0, 0, F-HD
             returning RET-CODE
       DISPLAY "File open rc = " RET-CODE    
       
.....


the call to CBL_OPEN_FILE succeeds.


The enclose ZIP file contains the testsuite.log file.



Best regards

Paul Meinhardt  
(Development)

Attachment: testsuite.log.zip
Description: Zip archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]