STR-601: unboundness of the variable
the following code will produce 2 instead of 3:
!1; (?1 <+ ?a); (where(!a) < !2 + !3)
at the opposite of
!1; (?1 <+ ?a); (!a < !2 + !3)
Submitted on 25 July 2006 at 18:46
Issue Log
On 4 August 2006 at 12:30 Jira commented:
STR-601, visser:
was caused by unsafe optimization; fixed
Log in to post comments