I am attaching a small sample of code that triggers an issue with the linearization of &&. Consider the condition within the parser_check function. If st == NULL, then no more checks should be performed; the execution flow should immediately be directed to the "else" branch. However, if you output linearized version (e.g. by using "example" program), you will notice that it only skips the second check. Could you help me investigate this issue? I am using the latest sparse version from git. Thank you! Jacek