Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix behaviour of fork/join_none with only one statement (issue #672).
The compiler normally optimises away the enclosing block statement if a block only contains one statement. But this is not valid for a fork/join_none block.
- Loading branch information