We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the pluto+ branch in examples/heat-2dp, 'make par' fails.
This is due to the pet-based extraction extracting undesirable statements (those that should have been eliminated as dead).
heat-2dp.par.c: In function ‘main’: heat-2dp.par.c:96:7: error: lvalue required as left operand of assignment 96 | 0 = (0 + 1);; | ^ heat-2dp.par.c:98:7: error: lvalue required as left operand of assignment 98 | 0 = (0 + 1);; | ^ heat-2dp.par.c:106:9: error: lvalue required as left operand of assignment 106 | 0 = (0 + 1);; | ^ make: *** [../common.mk:79: par] Error 1
The text was updated successfully, but these errors were encountered:
Same issue with heat-1dp, heat-3dp
Sorry, something went wrong.
No branches or pull requests
On the pluto+ branch in examples/heat-2dp, 'make par' fails.
This is due to the pet-based extraction extracting undesirable statements (those that should have been eliminated as dead).
heat-2dp.par.c: In function ‘main’:
heat-2dp.par.c:96:7: error: lvalue required as left operand of assignment
96 | 0 = (0 + 1);;
| ^
heat-2dp.par.c:98:7: error: lvalue required as left operand of assignment
98 | 0 = (0 + 1);;
| ^
heat-2dp.par.c:106:9: error: lvalue required as left operand of assignment
106 | 0 = (0 + 1);;
| ^
make: *** [../common.mk:79: par] Error 1
The text was updated successfully, but these errors were encountered: