-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/cgo: with -compiler=gccgo can't compile function pointer type with cgo exported feature #8945
Labels
Milestone
Comments
The _cgohack_ code is for issue #1334. The change that committed it (http://golang.org/cl/3746041) included a test case, so it should be straightforward to determine whether it is still needed. In any case I'm fairly certain it's not needed for gccgo, and could be omitted when *gccgo is true. Labels changed: added repo-main, release-go1.5. Status changed to Accepted. |
I have request a simple CL with a test case to fix this. https://golang.org/cl/154360045/ I have test it with gcc and clang and it's ok, but how can I run build script with gccgo test enable? |
CL https://golang.org/cl/11658 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by Snyh1010:
The text was updated successfully, but these errors were encountered: