bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] Debugger.


From: Simon Sobisch
Subject: Re: [Bug-GnuCOBOL] Debugger.
Date: Mon, 08 May 2017 19:18:05 +0200
User-agent: K-9 Mail for Android

Split keys are only supported in reportwriter and will be available in the 3.0 release.

For the other program: if you provide a minimal sample raising this issue I could check if I can fix the code generation that doesn't work worth this sample.
For known issues with the not-yet-stable debugger branch see the TODO file (you may find your issue listed there)

Simon

Am 8. Mai 2017 13:30:22 MESZ schrieb studiok <address@hidden>:
Hello Simon,

first test:

cobc -anim my-first-test-source.cbl informs that SPLIT KEYS
are not supported (reportwriter and official releas do).

cobc -anim my-second-test-source.cbl returns:

/tmp/cob1758_0.c:348:4: note: previous definition of ‘l_anim_1’ was here
l_anim_1:;
^
/tmp/cob1758_0.c:506:4: error: duplicate label ‘l_anim_2’
l_anim_2:;
^

How should I go on?

Thanks,

Marcello Marsile


reply via email to

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