Stratego/XT JIRA  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STR-601
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Nicolas Pierron
Votes: 0
Watchers: 1
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Stratego/XT

unboundness of the variable

Created: 2006-07-25 16:46   Updated: 2008-03-31 20:44
Component/s: strc - Stratego compiler
Affects Version/s: None
Fix Version/s: 0.17

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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)


 All   Comments   Work Log   Change History      Sort Order:
Eelco Visser [2006-08-04 10:30]
was caused by unsafe optimization; fixed