https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96180
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:7a4770f0394751860ee54520b23007938907ac33 commit r11-2052-g7a4770f0394751860ee54520b23007938907ac33 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.