[Bug go/67968] go1: internal compiler error: in write_specific_type_functions, at go/gofrontend/types.cc:1812

2015-10-28 Thread gong_su at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67968 --- Comment #13 from gong_su at hotmail dot com --- Hi Dominik, with the patch you gave me for the gcc-6 development branch, the cgo related bug is now fixed and ethash.go compiles fine without modification. But the ICE still happens. github.com

[Bug go/67968] go1: internal compiler error: in write_specific_type_functions, at go/gofrontend/types.cc:1812

2015-10-22 Thread gong_su at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67968 --- Comment #4 from gong_su at hotmail dot com --- Hi Dominik, here is the output after making the changes you asked. It looks the same as adding "-x" to the "go" command. I will email all the .go files under .../rp

[Bug go/67968] go1: internal compiler error: in write_specific_type_functions, at go/gofrontend/types.cc:1812

2015-10-21 Thread gong_su at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67968 --- Comment #2 from gong_su at hotmail dot com --- Hi Dominik, the command that failed with go1 internal error has a lot of .go files specified so I don't know which one actually caused the problem. So instead I can send you the entire Eth

[Bug go/67968] New: go1: internal compiler error: in write_specific_type_functions, at go/gofrontend/types.cc:1812

2015-10-14 Thread gong_su at hotmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: gong_su at hotmail dot com CC: cmang at google dot com Target Milestone: --- Failure occurs when trying to compile Ethereum RPC