[Bug go/81966] runtime.inc:362:10: error: duplicate member ‘_’

2017-08-24 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81966 --- Comment #4 from Ian Lance Taylor --- I should add that parts of libgo are tied to parts of gcc/go, and I don't actually know whether using the trunk libgo and the GCC 7 gcc/go will work at all. Sorry.

[Bug go/81966] runtime.inc:362:10: error: duplicate member ‘_’

2017-08-24 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81966 --- Comment #3 from Ian Lance Taylor --- The patch is to a file in gcc/go/gofrontend, not to a file in libgo. You probably can not simply copy the gcc/go directory from trunk to GCC 7, as it will expect other changes. But you can apply the patc

[Bug go/81966] runtime.inc:362:10: error: duplicate member ‘_’

2017-08-24 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81966 --- Comment #2 from martin --- I copied the folder of svn://gcc.gnu.org/svn/gcc/trunk/libgo/ to the gcc-7.2.0/libgo folder. When I'm using the trunk it should contain the patch? Shouldn't that work?

[Bug go/81966] runtime.inc:362:10: error: duplicate member ‘_’

2017-08-24 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81966 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---