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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:60a26b155642a58e9033c650d5c38b28ab471d34

commit r10-8469-g60a26b155642a58e9033c650d5c38b28ab471d34
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Jul 13 11:41:16 2020 +0200

    fix global variable alignment for testcase gcc.dg/torture/pr96133.c

    The testcase was errorneously accessing the global variable via a
    type that might require bigger alignment than provided.  Fix that
    via an appropriate attribute.

    2020-07-13  Richard Biener  <rguent...@suse.de>

            PR testsuite/96180
            * gcc.dg/torture/pr96133.c: Align global variable.

    (cherry picked from commit 7a4770f0394751860ee54520b23007938907ac33)

Reply via email to