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

compiler segfaults without stacktrace #15

Closed
timotheecour opened this issue Jul 12, 2019 · 4 comments · Fixed by nim-lang/Nim#16156
Closed

compiler segfaults without stacktrace #15

timotheecour opened this issue Jul 12, 2019 · 4 comments · Fixed by nim-lang/Nim#16156

Comments

@timotheecour
Copy link
Owner

compiler segfaults

type Foo[N: static int] = array[cint(0) .. cint(N), float] # segfault
# type Foo[N: static int] = array[int32(0) .. int32(N), float] # ok
type T = Foo[3]
@ringabout
Copy link
Collaborator

This is already fixed.

@timotheecour
Copy link
Owner Author

timotheecour commented Nov 26, 2020

thanks; indeed, I'll keep this open, because we still need a regression test case

@ringabout
Copy link
Collaborator

This is fixed in Nim 1.0.0, I will add a testcase.

@timotheecour
Copy link
Owner Author

Thanks @xflywind !

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

Successfully merging a pull request may close this issue.

2 participants