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

Internal compiler error: Use of unknown variable #2099

Closed
nqpz opened this issue Jan 23, 2024 · 1 comment
Closed

Internal compiler error: Use of unknown variable #2099

nqpz opened this issue Jan 23, 2024 · 1 comment
Assignees

Comments

@nqpz
Copy link
Member

nqpz commented Jan 23, 2024

The Futhark program

def numbers: []i32 = [ 100 ] ++ (0..<10)
entry main = numbers

gives me the error message

After internalisation:
In expression of statement
  {dim_match_5172 : ({}, bool)}
In subexp d₈_4500
Use of unknown variable d₈_4500.

with futhark c from git.

@athas athas self-assigned this Jan 24, 2024
@athas
Copy link
Member

athas commented Jan 24, 2024

How strange. I remember fixing bugs like this before.

@athas athas closed this as completed in c92651f Jan 24, 2024
athas added a commit to 0undefined/futhark that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants