-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
type_int_unsigned_by_bitsize
fails with illegal bitsize on arm64
#1649
Milestone
Comments
lerno
added
Bug
Something isn't working
In Progress
This task is currently being worked on
labels
Nov 29, 2024
Yes, it's a bug. I'll fix it after work. |
lerno
added
Fixed Needs Verification
Fixed, but needs verification that it works
and removed
In Progress
This task is currently being worked on
labels
Nov 30, 2024
Thank you for that important bug report. It should be fixed now. Please give it a try! |
Thanks for the fix. It works on my machine with a custom build of
|
Great! Thank you for testing. |
lerno
removed
the
Fixed Needs Verification
Fixed, but needs verification that it works
label
Nov 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling this program
c3c compile extern_test.c3
on macOS 15.0.1 on arm64produces return code 1 and message
Instead I would expect linker error because
sg_query_features
is currently not being linked.c3c --version
returnsThe text was updated successfully, but these errors were encountered: