Skip to content
New issue

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

pluto+: examples/heat-2dp - 'make par' fails #54

Open
bondhugula opened this issue Jun 16, 2019 · 1 comment
Open

pluto+: examples/heat-2dp - 'make par' fails #54

bondhugula opened this issue Jun 16, 2019 · 1 comment

Comments

@bondhugula
Copy link
Owner

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

@bondhugula
Copy link
Owner Author

Same issue with heat-1dp, heat-3dp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant