bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] a possible bug


From: Jose Vilmar Estacio de Souza
Subject: [open-cobol-list] a possible bug
Date: Tue Feb 14 01:47:07 2006

Hi all.
Trying to compile  the following program:

      identification division.
      program-id. t4.
       environment division.
       data division.
       working-storage section.
       77 ax pic 9(4).
       procedure division using ax.
proc.
         display "x"
          stop run.

I'm geting the following error:

$ cobc -m t4.cob
In file included from /tmp/cob2780_0.c:50:
/tmp/cob2780_0.c.h: In function `t4_':
/tmp/cob2780_0.c.h:5: error: 'b_5' redeclared as different kind of symbol
/tmp/cob2780_0.c:44: error: previous definition of 'b_5' was here
Thanks.


reply via email to

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