We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 crashes on the following input:
package a func(interface{}F(t{
go1: internal compiler error: in start_function, at go/gofrontend/gogo.cc:1821 0x62819a Gogo::start_function(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Function_type*, bool, Location) ../../gcc/go/gofrontend/gogo.cc:1821 0x647c2b Parse::function_decl(bool) ../../gcc/go/gofrontend/parse.cc:2333 0x648523 Parse::program() ../../gcc/go/gofrontend/parse.cc:5667 0x610411 go_parse_input_files(char const**, unsigned int, bool, bool) ../../gcc/go/gofrontend/go.cc:73 0x60c32f go_langhook_parse_file ../../gcc/go/go-lang.c:304
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered:
@paranoiacblack
Sorry, something went wrong.
CL https://golang.org/cl/12157 mentions this issue.
golang/gofrontend@e4a5e2b
compiler: Don't parse malformed receiver/parameters.
f822e47
Fixes golang/go#11576. Reviewed-on: https://go-review.googlesource.com/12157 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226185 138bc75d-0d04-0410-961f-82ee72b054a4
484d5dd
Fixes golang/go#11576. Reviewed-on: https://go-review.googlesource.com/12157 From-SVN: r226185
No branches or pull requests
gccgo crashes on the following input:
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: