bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] Abortion error in EVALUATE VAR > 0 > 0


From: Simon Sobisch
Subject: Re: [Bug-GnuCOBOL] Abortion error in EVALUATE VAR > 0 > 0
Date: Sat, 10 Jun 2017 14:41:38 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Thank you for reporting,

I can reproduce this with the latest development svn snapshot, too.
The bug is very old, tested with OC 1 and got the same error (a little
less pretty but it is the same).

Time for a final fix :-)

I'll ask Ron to check this.
Thank you for reporting!

Simon

Am 09.06.2017 um 13:44 schrieb Harald Cordes | ITGAIN:
>        identification division.
> 
>        program-id. crash.
> 
>        data division.
> 
>        working-storage section.
> 
>        01 Wert  PIC S999 value 123.
> 
>        procedure division.
> 
>        main.
> 
>             evaluate Wert
> 
>                      greater zero
> 
>                      greater zero
> 
>             when true
> 
>                 display "what is it?"
> 
>             end-evaluate.
> 



reply via email to

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