[AArch64] Fix vrbit_1.c test failure
The vrbit_1 test which was missing a flag to disable code sharing. Committed as obvious. testsuite/ * gcc.target/aarch64/simd/vrbit_1.c: Add -fno-ipa-icf. From-SVN: r278519
This commit is contained in:
parent
9200b53af2
commit
64eb1c8239
@ -1,3 +1,7 @@
|
||||
2019-11-20 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* gcc.target/aarch64/simd/vrbit_1.c: Add -fno-ipa-icf.
|
||||
|
||||
2019-11-20 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
PR85678
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 --save-temps -fno-inline" } */
|
||||
/* { dg-options "-O2 --save-temps -fno-inline -fno-ipa-icf" } */
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user