-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[darwin x86_64 cgo] regression from 0.9.0-dev.1414+cde3dd365 #10297
Labels
arch-x86_64
64-bit x86
bug
Observed behavior contradicts documented or intended behavior
linking
os-macos
regression
It worked in a previous version of Zig, but stopped working.
Milestone
Comments
motiejus
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Dec 8, 2021
|
Bisecting
|
After reverting 58a552a it works again:
cc @kubkon |
andrewrk
added
the
regression
It worked in a previous version of Zig, but stopped working.
label
Dec 8, 2021
motiejus
changed the title
[darwin cgo] regression from 0.9.0-dev.1414+cde3dd365
[darwin x86_64 cgo] regression from 0.9.0-dev.1414+cde3dd365
Dec 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-x86_64
64-bit x86
bug
Observed behavior contradicts documented or intended behavior
linking
os-macos
regression
It worked in a previous version of Zig, but stopped working.
Zig Version
0.9.0-dev.1920+de81c504b
Steps to Reproduce
0.9.0-dev.1920+de81c504b
cannot be used as a CC compiler for cgo (go 1.17), whereas0.9.0-dev.1414+cde3dd365
can:hello.go
zcc1414
zcc1920
1414 builds the file successfully:
Whereas 1920 (yesterday's nightly) doesn't:
Using go 1.17 linux/amd64.
Expected Behavior
It successfully produces a working binary with
0.9.0-dev.1920+de81c504b
.Actual Behavior
It fails to produce cgo binary.
The text was updated successfully, but these errors were encountered: