diff options
author | Janis Johnson <janisjo@codesourcery.com> | 2012-09-26 23:57:31 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2012-09-26 23:57:31 +0000 |
commit | 95c01db1e909f7274b2479dd63b28516851bf7d0 (patch) | |
tree | 68d4b5ee78d5f662fcfb1a1444e8ea4242ff1244 /gcc | |
parent | 8fb9e4ae694c2319086a31bf100275d44ae08d90 (diff) | |
download | gcc-95c01db1e909f7274b2479dd63b28516851bf7d0.zip gcc-95c01db1e909f7274b2479dd63b28516851bf7d0.tar.gz gcc-95c01db1e909f7274b2479dd63b28516851bf7d0.tar.bz2 |
* gcc.target/arm/div64-unwinding.c: XFAIL for GNU/Linux.
From-SVN: r191786
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/div64-unwinding.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 879923c..7eaa05d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2012-09-26 Janis Johnson <janisjo@codesourcery.com> + * gcc.target/arm/div64-unwinding.c: XFAIL for GNU/Linux. + * gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt. * gcc.target/arm/combine-movs.c: Use effective target arm_thumb2. diff --git a/gcc/testsuite/gcc.target/arm/div64-unwinding.c b/gcc/testsuite/gcc.target/arm/div64-unwinding.c index b7ed891..d10fb2b 100644 --- a/gcc/testsuite/gcc.target/arm/div64-unwinding.c +++ b/gcc/testsuite/gcc.target/arm/div64-unwinding.c @@ -1,6 +1,7 @@ /* Performing a 64-bit division should not pull in the unwinder. */ -/* { dg-do run } */ +/* The test is expected to fail for GNU/Linux; see PR54723. */ +/* { dg-do run { xfail *-*-linux* } } */ /* { dg-options "-O0" } */ #include <stdlib.h> |