-
Notifications
You must be signed in to change notification settings - Fork 18k
gccgo: missing declared and not used error #6415
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
Labels
Comments
What's the status of this issue? It appears cmd/gc also remains silent in this situation. Is this still a problem? |
The same issue for the gc compiler is #6414. |
Yes, I'd consider this a bug in gc and gccgo. go/types reports an error. |
Fixed in gcc.gnu.org/r219916. |
hubot
pushed a commit
to gcc-mirror/gcc
that referenced
this issue
Jan 20, 2015
Fixes golang/go#6415. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219916 138bc75d-0d04-0410-961f-82ee72b054a4
paranoiacblack
pushed a commit
to golang/gofrontend
that referenced
this issue
Jan 27, 2015
Fixes golang/go#6415. LGTM=iant R=iant CC=gofrontend-dev https://codereview.appspot.com/195060043 Committer: Ian Lance Taylor <[email protected]>
paranoiacblack
pushed a commit
to golang/gofrontend
that referenced
this issue
Jun 2, 2015
Fixes golang/go#6415. LGTM=iant R=iant CC=gofrontend-dev https://golang.org/cl/195060043
mwhudson
added a commit
to mwhudson/juju
that referenced
this issue
Dec 14, 2015
…w gccgo gccgo (in xenial at least) is stricter than gc when it comes to a certain class of declared but not used variable, see: golang/go#6415 golang/go#3059
jujubot
added a commit
to juju/juju
that referenced
this issue
Dec 15, 2015
fix api/metricsadder & apiserver/environment test compilation with ne… …w gccgo gccgo (in xenial at least) is stricter than gc when it comes to a certain class of declared but not used variable, see: golang/go#6415 golang/go#3059
asiekierka
pushed a commit
to WonderfulToolchain/gcc-ia16
that referenced
this issue
May 16, 2022
Fixes golang/go#6415. From-SVN: r219916
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: