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: in build_tree, at go/gofrontend/gogo-tree.cc:1559 #1320

Closed
alberts opened this issue Dec 3, 2010 · 5 comments

Comments

@alberts
Copy link
Contributor

alberts commented Dec 3, 2010

What steps will reproduce the problem?

Compile with gccgo:

package bork
type x struct {}
func y() (a []byte, e os.Error) {}

What do you see instead?

bork.go:3:25: error: expected package
bork.go:3:1: error: control reaches end of non-void function
In function ‘bork.y’:
go1: internal compiler error: in build_tree, at go/gofrontend/gogo-tree.cc:1559
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: 167409
@ianlancetaylor
Copy link
Member

Comment 1:

Labels changed: added gccgo.

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

@ianlancetaylor
Copy link
Member

Comment 2:

The compiler crash is definitely a bug, but note that this program is invalid.  You need
to add
import "os"
to get a valid program.  If the compiler didn't crash, you would get an error message.

@alberts
Copy link
Contributor Author

alberts commented Dec 4, 2010

Comment 3:

Sure. I reduced this test case from a bigger source file where an import or include path
or something is missing, but due to the crash, I couldn't figure out what was wrong.
Thanks.

@robpike
Copy link
Contributor

robpike commented Dec 6, 2010

Comment 4:

Status changed to Accepted.

@ianlancetaylor
Copy link
Member

Comment 5:

Fixed.  Thanks.

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