-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
SIGSEGV
when cast
is Improperly Formatted
#21027
Labels
Comments
ringabout
added a commit
that referenced
this issue
Dec 6, 2022
Araq
pushed a commit
that referenced
this issue
Dec 6, 2022
survivorm
pushed a commit
to survivorm/Nim
that referenced
this issue
Feb 28, 2023
* fixes nim-lang#21027; cast expressions need a type * Apply suggestions from code review Thanks to @beef331
capocasa
pushed a commit
to capocasa/Nim
that referenced
this issue
Mar 31, 2023
* fixes nim-lang#21027; cast expressions need a type * Apply suggestions from code review Thanks to @beef331
bung87
pushed a commit
to bung87/Nim
that referenced
this issue
Jul 29, 2023
* fixes nim-lang#21027; cast expressions need a type * Apply suggestions from code review Thanks to @beef331
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Running
nim c test.nim
when the file contains the following code produces aSIGSEGV
during compilation:Expected behavior is for the compiler to either infer that the cast should be to
uint64
or to issue a syntax error.Nim Version
Current Output
Expected Output
No response
Possible Solution
No response
Additional Information
For some reason the base pointer is
NULL
.The text was updated successfully, but these errors were encountered: