This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 Aug 2017 14:06:27 +0000
- Subject: [Bug go/81946] runtime.inc:782:28: error: field ‘__sem_lock’ has incomplete type
- Auto-submitted: auto-generated
- References: <bug-81946-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81946
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
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.