[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 Ian Lance Taylor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 --- Comment #6 from ian at gcc dot gnu.org --- Author: ian Date: Thu Apr 17 19:27:22 2014 New Revision: 209494 URL: http://gcc.gnu.org/viewcvs?rev=209494&root=gcc&view=rev Log: PR go/60870 compiler: Don't convert function type for an interfa

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 --- Comment #5 from Ulrich Weigand --- (In reply to Ian Lance Taylor from comment #4) > I don't have a PPC system. Can you see if the attached patch to > gcc/go/gofrontend/expressions.cc fixes the problem? Yes, this makes bug296.go PASS again on

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 Ian Lance Taylor changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Ian Lance

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 --- Comment #3 from Ian Lance Taylor --- Created attachment 32626 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32626&action=edit possible patch

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 Ulrich Weigand changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread anton at samba dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 --- Comment #1 from Anton Blanchard --- I just realised I gave a git commit id from the mirror. The ChangeLog entry is: +2014-04-14 Chris Manghane + + * go-gcc.cc: Include "convert.h". + (Gcc_backend::string_constant_expression): N