The first (alpha) version of Gcc Go for AIX 7.1 is available on 
BullFreeware:

  http://bullfreeware.com/affichage.php?id=3614 

It is an experimental version. That means that still several Go compiler 
and Go libgo tests are still failing and only 32 bit version has been 
built/tested in depth for now.
Gcc Go compiler tests : still 13 AIX-specific tests out of 7346 are still 
failing.
libgo test: about 17 failing tests out of 145

GCC v7 snapshot 20170323
Go v1.8

Failures deal with: <nil>, networking, linking issue with type, etc.
If you have a message like: "value of type string is not assignable to type 
string", showing that types are considered to be different though the same, 
try linking with: -static-libgo

However, this GCC Go compiler/runtime has been used for compiling/testing a 
real Go product, FileBeat, with success.

Feel free to experiment with it.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to