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/compile: compile tool identifies itself as 6g #12227

Closed
davecheney opened this issue Aug 20, 2015 · 2 comments
Closed

cmd/compile: compile tool identifies itself as 6g #12227

davecheney opened this issue Aug 20, 2015 · 2 comments

Comments

@davecheney
Copy link
Contributor

% go tool compile -XXX | head -n2
flag provided but not defined: -XXX
usage: 6g [options] file.go...
  -%    debug non-static initializers
@ALTree
Copy link
Member

ALTree commented Aug 20, 2015

Related:

go tool compile -V

gives

6g version go1.5

since "the old names are gone" [\cit], the "6g" part should probably be replaced with something else.

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Aug 20, 2015
@gopherbot
Copy link

CL https://golang.org/cl/13820 mentions this issue.

@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants