bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] BUG: 01 Table + nested Table + initialization --> ge


From: Thomas Biehler
Subject: [open-cobol-list] BUG: 01 Table + nested Table + initialization --> generates error in codegen.c
Date: Tue Jun 1 02:43:19 2004
User-agent: KMail/1.4.3

Hi Keisuke,

the attached program "TABBUG.cob" demonstrates the bug:

#> cobc -std=mf -fixed TABBUG.cob
codegen.c:245: invalid type cast from `null' at TABBUG.cob:23
Aborted

A easy workaround,  that i have applied,  
is shifting the first table-definition on a level > 01 . 

Thomas

Attachment: TABBUG.cob
Description: Text document


reply via email to

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