We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc successfully compiles the following program:
package a func n() func n()
Both gc and go/types reject it. Compilers need to agree.
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered:
@paranoiacblack
Sorry, something went wrong.
CL https://golang.org/cl/12508 mentions this issue.
golang/gofrontend@7a60893
compiler: Don't allow multiple function declarations.
cb96a11
Fixes golang/go#11573. Reviewed-on: https://go-review.googlesource.com/12508 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226529 138bc75d-0d04-0410-961f-82ee72b054a4
ef9da28
Fixes golang/go#11573. Reviewed-on: https://go-review.googlesource.com/12508 From-SVN: r226529
No branches or pull requests
gcc successfully compiles the following program:
Both gc and go/types reject it. Compilers need to agree.
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: