fix global variable alignment for testcase gcc.dg/torture/pr96133.c
authorRichard Biener <rguenther@suse.de>
Mon, 13 Jul 2020 09:41:16 +0000 (11:41 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 13 Jul 2020 09:42:49 +0000 (11:42 +0200)
commit7a4770f0394751860ee54520b23007938907ac33
tree4099d6708b55d8b6e4156babd307017b5928a882
parentb8697d0cd06da3375063295fe7161671e0904459
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  <rguenther@suse.de>

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