aarch64: Fix pr71727.c failure
commita044dfb0934c3caea0886dbb497181e3aca660df
authorRichard Sandiford <richard.sandiford@arm.com>
Sun, 26 Jan 2020 12:47:23 +0000 (26 12:47 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 27 Jan 2020 15:49:47 +0000 (27 15:49 +0000)
tree9d54a89bc227429b0e4ccc96e3aa9c142af13409
parent3ae37f9297fc97aefc6c6968315bd1ac6a1bc7ef
aarch64: Fix pr71727.c failure

This test started failing after the switch to -fno-common because we can
now force the array to be aligned to 16 bytes, which in turn lets us use
SIMD accesses.  Locally restoring -fcommon seems the most faithful to
the original PR.

2020-01-27  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
PR testsuite/71727
* gcc.target/aarch64/pr71727.c: Add -fcommon.
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr71727.c