Bug #9052
Identity crisis between upvalues of higher scope variables in do i=1 to N block
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15364
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Tijs Wickardt almost 2 years ago
A customer encountered the following:
A piece of code was converted with a do i=1 to ... block.
The do block causes an identity crisis between the variables as soon as the block iteration starts.
Within the do block, the handle variable points to a character variable, the character variables point to an integer variable and a handle variable... it's a mess.
This must be an edge case. I've never seen it in the millions of lines of code we convert for this customer.
Details and reproduction are at: #8994-5
#3 Updated by Tijs Wickardt almost 2 years ago
- version_reported set to 15364