This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgo patch committed: Update to final Go 1.12 release


On Tue, Mar 5, 2019 at 1:02 AM Uros Bizjak <ubizjak@gmail.com> wrote:
>
> > I've committed this patch to update to the final Go 1.12 release.
> > Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu.  Committed
> > to mainline.
>
> This patch introduced following failure in CentOS 5.11:
>
> syscall_linux_test.go:381:11: error: reference to undefined field or
> method 'Flags'
>   381 |  return st.Flags&syscall.MS_NOSUID != 0
>       |           ^
> FAIL: syscall

Thanks.  Should be fixed by this patch, tested on x86_64-pc-linux-gnu,
committed to mainline.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]