Skip to content
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/go: gccgo not recognized #22589

Closed
brtzsnr opened this issue Nov 5, 2017 · 1 comment
Closed

cmd/go: gccgo not recognized #22589

brtzsnr opened this issue Nov 5, 2017 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@brtzsnr
Copy link
Contributor

brtzsnr commented Nov 5, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version devel +e5f6051e77 Sun Nov 5 19:28:13 2017 +0000 linux/amd64

Does this issue reproduce with the latest release?

Not with the latest stable release 1.9. It reproduces at tip.

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOOS="linux"

What did you do?

$ go build --help
-compiler name
name of compiler to use, as in runtime.Compiler (gccgo or gc).

$ go build -compiler gccgo -a .
buildActionID: unknown build toolchain "gccgo"

What did you expect to see?

I expected the code to compile. It compiles with standard toolchain.

What did you see instead?

Compiler error. gccgo not recognized.

@gopherbot gopherbot added this to the Gccgo milestone Nov 5, 2017
@ianlancetaylor ianlancetaylor modified the milestones: Gccgo, Go1.10 Nov 7, 2017
@ianlancetaylor ianlancetaylor added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Nov 7, 2017
@rsc
Copy link
Contributor

rsc commented Nov 8, 2017

Yes, dup of #22472.

@rsc rsc closed this as completed Nov 8, 2017
@golang golang locked and limited conversation to collaborators Nov 8, 2018
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

4 participants