https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90719

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Iain Buclaw
<ibuc...@gcc.gnu.org>:

https://gcc.gnu.org/g:866f7405707dd2970868941635a32bd9197cd731

commit r9-8598-g866f7405707dd2970868941635a32bd9197cd731
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Sat May 16 22:32:17 2020 +0200

    libphobos: Fix struct layout of stat_t on sparc-*-solaris*

    The last change to the bindings removed the st_pad3 field from the wrong
    struct.  It should have been stat64_t that needed updating instead.

    libphobos/ChangeLog

            PR d/90719
            * libdruntime/core/sys/posix/sys/stat.d (Solaris): Move st_pad3
from
            struct stat64_t to stat32_t.

Reply via email to