aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janisjo@codesourcery.com>2012-10-12 19:36:45 +0000
committerJanis Johnson <janis@gcc.gnu.org>2012-10-12 19:36:45 +0000
commit5751c836da2365e620d8f12cc03c8ec796b1be1f (patch)
tree41334c4478c75db8056251c1ca8fa0c282e51b6c /gcc
parentf7fdcdc877889bf4056eb595cfe503bdadfcecc6 (diff)
downloadgcc-5751c836da2365e620d8f12cc03c8ec796b1be1f.zip
gcc-5751c836da2365e620d8f12cc03c8ec796b1be1f.tar.gz
gcc-5751c836da2365e620d8f12cc03c8ec796b1be1f.tar.bz2
div64-unwinding.c: Skip, don't xfail, for GNU/Linux.
* gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for GNU/Linux. From-SVN: r192410
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.target/arm/div64-unwinding.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2a107a3..12cedf9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2012-10-12 Janis Johnson <janisjo@codesourcery.com>
+ * gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for
+ GNU/Linux.
+
* lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
Return 0 if already specifying -mfloat-abi other than hard.
diff --git a/gcc/testsuite/gcc.target/arm/div64-unwinding.c b/gcc/testsuite/gcc.target/arm/div64-unwinding.c
index d10fb2b..7f112ee 100644
--- a/gcc/testsuite/gcc.target/arm/div64-unwinding.c
+++ b/gcc/testsuite/gcc.target/arm/div64-unwinding.c
@@ -1,7 +1,6 @@
/* Performing a 64-bit division should not pull in the unwinder. */
-/* The test is expected to fail for GNU/Linux; see PR54723. */
-/* { dg-do run { xfail *-*-linux* } } */
+/* { dg-do run { target { ! *-*-linux* } } } */
/* { dg-options "-O0" } */
#include <stdlib.h>