csmith-project / csmith

Csmith, a random generator of C programs
http://embed.cs.utah.edu/csmith/
Other
1.02k stars 146 forks source link

Is Variable::isAccessOnce not working? #143

Closed Absoler closed 2 years ago

Absoler commented 2 years ago

Hello and thank you for your excellent work! By reading codes and paper, I notice that Variable::isAccessOnce may be set true after the var was accessed in order to implement effect safety. However, it seems this member was not change after a var is read. I want to know was it abandoned or my guess was wrong.

Thanks in advance!