[ARM testsuite obvious] Fixup atomic-comp-swap-release-acquire.c to not use ICF
authorJames Greenhalgh <james.greenhalgh@arm.com>
Fri, 6 Mar 2015 16:03:38 +0000 (16:03 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Fri, 6 Mar 2015 16:03:38 +0000 (16:03 +0000)
gcc/

* gcc.target/arm/atomic-comp-swap-release-acquire.c: Add
-fno-ipa-icf to dg-options.

From-SVN: r221243

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c

index c3b43c0c56067b23af94460b038f8f3f7b0f903e..b042733e9d1cca263412f81924893142e709bc64 100644 (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
index ea6fdd96db1fad9544eb8974d9455021bbf4dad5..aa11ba57e02e6aadb55274eef6ac714c4dbaf805 100644 (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"