[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-24 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #7 from martin --- Thanks for letting me know. I appreciate it.

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-23 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #6 from Ian Lance Taylor --- It will be in GCC 8 but nobody backported it to the GCC 7 branch.

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-23 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #5 from martin --- I'm sorry for the trouble, I thought Bugfix 81449 is contained in the gcc 7.2. release of Aug 14, 2017.

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

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

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-23 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #3 from martin --- The ‘__sem_lock’ struct is contained in: struct semt { struct __pthread_fastlock __sem_lock; int32_t __sem_value; void* __sem_waiting; };

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-23 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #2 from martin --- Created attachment 42031 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42031&action=edit generated runtime.inc contains the incomplete type __sem_lock.

[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type

2017-08-23 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946 --- Comment #1 from Ian Lance Taylor --- What is the full definition of the failing struct in the generated runtime.inc file? That is, look at line 782 of TARGET/libgo/runtime.inc and show us the complete type definition. Thanks.