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

gccgo: internal compiler error: in define #12316

Closed
dvyukov opened this issue Aug 25, 2015 · 2 comments
Closed

gccgo: internal compiler error: in define #12316

dvyukov opened this issue Aug 25, 2015 · 2 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Aug 25, 2015

gccgo crashes on the following correct program:

package a
func f() {_:_:}
go1: internal compiler error: in define, at go/gofrontend/gogo.h:2680
0x61f965 Label::define(Location, Bindings_snapshot*)
    ../../gcc/go/gofrontend/gogo.h:2679
0x61f965 Function::add_label_definition(Gogo*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Location)
    ../../gcc/go/gofrontend/gogo.cc:4786
0x61facd Gogo::add_label_definition(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Location)
    ../../gcc/go/gofrontend/gogo.cc:1946
0x63bb95 Parse::labeled_stmt(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Location)
    ../../gcc/go/gofrontend/parse.cc:3749
0x63ba70 Parse::statement(Label*)
    ../../gcc/go/gofrontend/parse.cc:3646
0x63bc51 Parse::labeled_stmt(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Location)
    ../../gcc/go/gofrontend/parse.cc:3782
0x63ba70 Parse::statement(Label*)
    ../../gcc/go/gofrontend/parse.cc:3646
0x63bcad Parse::statement_list()
    ../../gcc/go/gofrontend/parse.cc:3918
0x63be37 Parse::block()
    ../../gcc/go/gofrontend/parse.cc:1142
0x646936 Parse::function_decl(bool)
    ../../gcc/go/gofrontend/parse.cc:2356
0x647343 Parse::program()
    ../../gcc/go/gofrontend/parse.cc:5689
0x60ede1 go_parse_input_files(char const**, unsigned int, bool, bool)
    ../../gcc/go/gofrontend/go.cc:73
0x60accf go_langhook_parse_file
    ../../gcc/go/go-lang.c:304

gofrontend is on commit 81810917af7ba19e1f9f8efc8b1989f7d6419d30

@dvyukov
Copy link
Member Author

dvyukov commented Aug 25, 2015

@ianlancetaylor

@paranoiacblack paranoiacblack added this to the Gccgo milestone Aug 25, 2015
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/13907 mentions this issue.

pbeeler pushed a commit to SaberMod/GCC_SaberMod that referenced this issue Aug 28, 2015
    
    Fixes golang/go#12316.
    
    Reviewed-on: https://go-review.googlesource.com/13907


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227284 138bc75d-0d04-0410-961f-82ee72b054a4
@golang golang locked and limited conversation to collaborators Sep 4, 2016
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

3 participants