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: bad error message from undefined type #22351

Closed
ghost opened this issue Oct 20, 2017 · 2 comments
Closed

cmd/compile: bad error message from undefined type #22351

ghost opened this issue Oct 20, 2017 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@ghost
Copy link

ghost commented Oct 20, 2017

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

1.9.1 linux/amd64

Does this issue reproduce with the latest release?

Yes.

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

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/user/gocode"
GORACE=""
GOROOT="/home/user/go"
GOTOOLDIR="/home/user/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build435907256=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"

What did you do?

https://play.golang.org/p/Wzqy73f_Vb

What did you expect to see?

main.go:5:34: undefined: T

What did you see instead?

main.go:5:17: constant -1000000000 overflows uint64
main.go:5:34: undefined: T

@ianlancetaylor ianlancetaylor changed the title cmd/compile: constant -1000000000 overflows uint64 cmd/compile: bad error message from undefined type Oct 20, 2017
@ianlancetaylor ianlancetaylor added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 20, 2017
@ianlancetaylor ianlancetaylor added this to the Go1.10 milestone Oct 20, 2017
@ianlancetaylor
Copy link
Member

CC @mdempsky

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/72251 mentions this issue: cmd/compile: silence unnecessary unsafe error

@golang golang locked and limited conversation to collaborators Oct 24, 2018
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.
Projects
None yet
Development

No branches or pull requests

2 participants