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

go1: internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in do_get_tree, at go/gofrontend/types.cc:6903 #1329

Closed
alberts opened this issue Dec 8, 2010 · 2 comments

Comments

@alberts
Copy link
Contributor

alberts commented Dec 8, 2010

What steps will reproduce the problem?
1. gccgo -c bork.go

with bork.go:

package bork
type Z interface {
        X(y *Y)
}

What is the expected output?

not an internal compiler error

What do you see instead?

bork.go:3:7: error: use of undefined type ‘Y’
go1: internal compiler error: tree check: expected class ‘type’, have
‘exceptional’ (error_mark) in do_get_tree, at go/gofrontend/types.cc:6903
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html>; for instructions.

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

gccgo

Which operating system are you using?

linux

Which revision are you using?  (hg identify)

URL: svn://gcc.gnu.org/svn/gcc/trunk
Repository Root: svn://gcc.gnu.org/svn/gcc
Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
Revision: 167582
@rsc
Copy link
Contributor

rsc commented Dec 8, 2010

Comment 1:

Labels changed: added gccgo.

Owner changed to i...@golang.org.

Status changed to Accepted.

@ianlancetaylor
Copy link
Contributor

Comment 2:

Fixed.  Thanks for reporting it.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 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

4 participants