bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] Debugger.


From: studiok
Subject: Re: [Bug-GnuCOBOL] Debugger.
Date: Mon, 8 May 2017 20:31:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

Any idea about 3.0 release's date?

Split keys are my must.

If gc-debugger does not handle them, i'm afraid I'all have to pospose my intention of working on it.

In the while, i'll go and read the TODO.

Marcello


Il 08/05/2017 19:18, Simon Sobisch ha scritto:
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]