[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:
James Greenhalgh 2015-03-06 16:03:38 +00:00 committed by James Greenhalgh
parent a6e8abb9d5
commit 2c7f8ba555
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* c-c++-common/torture/aarch64-vect-lane-2.c: XFAIL for LTO

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v8a_ok } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fno-ipa-icf" } */
/* { dg-add-options arm_arch_v8a } */
#include "../aarch64/atomic-comp-swap-release-acquire.x"