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

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

https://gcc.gnu.org/g:d41092ec52f46d2f4b08fff8d1519e50354331b0

commit r12-4813-gd41092ec52f46d2f4b08fff8d1519e50354331b0
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Sun Oct 31 18:07:16 2021 +0100

    d: Fix regressing test failures on ix86-solaris2.11

    The _Unwind_Exception struct had its alignment adjusted to 16-bytes,
    however malloc() on Solaris X86 is not guaranteed to allocate memory
    aligned to 16-bytes as well.

            PR d/102837

    libphobos/ChangeLog:

            * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
            contents of internal EH storage.

Reply via email to