]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:17:27 +0000 (13:17 -0300)
commitddddfd16e89928825f734fb8cb9d016a64941d71
tree75b8a42e11acd2aaa8b8ec0e5a8e3b1d319b7335
parent692de3808343f756ce14715bea5175adc948ec2a
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