-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: crash on undefined functions #43748
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
Comments
Thank you @go101 for this report, thank you @seankhliao for the triage; happy New Year to the both of you! This is a regression from Go1.15, and thus I have marked it as a release blocker. Kindly cc-ing @mdempsky @cuonglm @ianlancetaylor, and I'll also take a look too. |
I see the same issue with Go 1.15.6, so I don't think this is a release blocker? Edit: Not the exact same failure, but it still fails to build with Go 1.15.6. So not a regression. |
The program isn't valid anyway, unless there are additional files that weren't included in the report. You can't have a program that depends on function |
/cc @cherrymui |
Change https://golang.org/cl/284576 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not on the the 1.15.5 stable release.
What did you do?
What did you expect to see?
Reports
main.f·f: relocation target main.f not defined
as the stable release.What did you see instead?
Crash:
The text was updated successfully, but these errors were encountered: