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 program:
package e var _, [a]e
go1: internal compiler error: in do_determine_type, at go/gofrontend/expressions.h:1192 0x601bb7 Parser_expression::do_determine_type(Type_context const*) ../../gcc/go/gofrontend/expressions.h:1192 0x66c84c Array_type::verify_length() ../../gcc/go/gofrontend/types.cc:5735 0x66cac7 Array_type::do_verify() ../../gcc/go/gofrontend/types.cc:5800 0x618f14 Type::verify() ../../gcc/go/gofrontend/types.h:580 0x618f14 Gogo::verify_types() ../../gcc/go/gofrontend/gogo.cc:2576 0x6122a4 go_parse_input_files(char const**, unsigned int, bool, bool) ../../gcc/go/gofrontend/go.cc:102 0x60e06f go_langhook_parse_file ../../gcc/go/go-lang.c:304
gcc on rev 228818, gofrontend on a4bcd319d98ddc52b3e7d16ec87d92aad868ab05
The text was updated successfully, but these errors were encountered:
@ianlancetaylor
Sorry, something went wrong.
CL https://golang.org/cl/16233 mentions this issue.
golang/gofrontend@721c778
compiler: Don't crash on invalid array type declarations.
09a4541
Fixes golang/go#12937. Reviewed-on: https://go-review.googlesource.com/16233 git-svn-id: svn+ssh:https://gcc.gnu.org/svn/gcc/trunk@232857 138bc75d-0d04-0410-961f-82ee72b054a4
7c97a53
Fixes golang/go#12937. Reviewed-on: https://go-review.googlesource.com/16233 From-SVN: r232857
No branches or pull requests
gccgo crashes on the following program:
gcc on rev 228818, gofrontend on a4bcd319d98ddc52b3e7d16ec87d92aad868ab05
The text was updated successfully, but these errors were encountered: