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/gc: "internal compiler error: typename ideal bool" #6298

Closed
mewmew opened this issue Aug 31, 2013 · 5 comments
Closed

cmd/gc: "internal compiler error: typename ideal bool" #6298

mewmew opened this issue Aug 31, 2013 · 5 comments
Milestone

Comments

@mewmew
Copy link
Contributor

mewmew commented Aug 31, 2013

What steps will reproduce the problem?
1. Try to compile the following program: http://play.golang.org/p/PwjE_-5XMV

What is the expected output?
No error at compile time.

What do you see instead?
prog.go:9: internal compiler error: typename ideal bool

Which compiler are you using (5g, 6g, 8g, gccgo)?
6g

Which operating system are you using?
Linux

Which version are you using?  (run 'go version')
go version devel +8df2666bff23 Sat Aug 31 16:29:50 2013 +0900 linux/amd64

Please provide any additional information below.
@robpike
Copy link
Contributor

robpike commented Sep 2, 2013

Comment 1:

Bad compiler bug, but I suspect the fix is easy.

Labels changed: added priority-soon, go1.2, removed priority-triage.

Status changed to Accepted.

@robpike
Copy link
Contributor

robpike commented Sep 2, 2013

Comment 2:

This appears to have been introduced recently, since it doesn't fail in a weeks-old
installation but fails at tip. Promoting to ASAP.

Labels changed: added priority-asap, removed priority-soon.

@DanielMorsing
Copy link
Contributor

Comment 3:

I suspect this is related to the fix for issue #5841.

@ianlancetaylor
Copy link
Member

Comment 4:

Not 6g specific.

@rsc
Copy link
Contributor

rsc commented Sep 9, 2013

Comment 5:

This issue was closed by revision a7d8b35.

Status changed to Fixed.

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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

6 participants