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

Error naming a tensor variable free #53

Open
fredrikbk opened this issue Aug 26, 2016 · 0 comments
Open

Error naming a tensor variable free #53

fredrikbk opened this issue Aug 26, 2016 · 0 comments
Assignees
Labels

Comments

@fredrikbk
Copy link
Contributor

If a tensor variable is named free then the backend assert fails, presumably because there are internal functions named free. The following test fails:

func main(a : vector[2](int)) -> b : vector[2](int)
  free = a;
  b = free*2;
end
@fredrikbk fredrikbk added the bug label Aug 26, 2016
@fredrikbk fredrikbk self-assigned this Aug 26, 2016
fredrikbk added a commit that referenced this issue Aug 26, 2016
fredrikbk added a commit that referenced this issue Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant