Skip to content
Snippets Groups Projects
Commit a044dfb0 authored by Richard Sandiford's avatar Richard Sandiford
Browse files

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.
parent 3ae37f92
No related branches found
No related tags found
No related merge requests found
2020-01-27 Richard Sandiford <richard.sandiford@arm.com>
PR testsuite/71727
* gcc.target/aarch64/pr71727.c: Add -fcommon.
2020-01-27 David Malcolm <dmalcolm@redhat.com>
* gcc.dg/analyzer/sigsetjmp-5.c: New test.
......
/* { dg-do compile } */
/* { dg-options "-mstrict-align -O3" } */
/* { dg-options "-mstrict-align -O3 -fcommon" } */
struct test_struct_s
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment