mirror of git://gcc.gnu.org/git/gcc.git
[ARM testsuite obvious] Fixup atomic-comp-swap-release-acquire.c to not use ICF
gcc/ * gcc.target/arm/atomic-comp-swap-release-acquire.c: Add -fno-ipa-icf to dg-options. From-SVN: r221243
This commit is contained in:
parent
a6e8abb9d5
commit
2c7f8ba555
|
|
@ -1,3 +1,8 @@
|
||||||
|
2015-03-06 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
|
* gcc.target/arm/atomic-comp-swap-release-acquire.c: Add
|
||||||
|
-fno-ipa-icf to dg-options.
|
||||||
|
|
||||||
2015-03-06 James Greenhalgh <james.greenhalgh@arm.com>
|
2015-03-06 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
* c-c++-common/torture/aarch64-vect-lane-2.c: XFAIL for LTO
|
* c-c++-common/torture/aarch64-vect-lane-2.c: XFAIL for LTO
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-require-effective-target arm_arch_v8a_ok } */
|
/* { dg-require-effective-target arm_arch_v8a_ok } */
|
||||||
/* { dg-options "-O2" } */
|
/* { dg-options "-O2 -fno-ipa-icf" } */
|
||||||
/* { dg-add-options arm_arch_v8a } */
|
/* { dg-add-options arm_arch_v8a } */
|
||||||
|
|
||||||
#include "../aarch64/atomic-comp-swap-release-acquire.x"
|
#include "../aarch64/atomic-comp-swap-release-acquire.x"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue