* gcc.target/arm/div64-unwinding.c: XFAIL for GNU/Linux.
authorJanis Johnson <janisjo@codesourcery.com>
Wed, 26 Sep 2012 23:57:31 +0000 (23:57 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 26 Sep 2012 23:57:31 +0000 (23:57 +0000)
From-SVN: r191786

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/div64-unwinding.c

index 879923c..7eaa05d 100644 (file)
@@ -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.
index b7ed891..d10fb2b 100644 (file)
@@ -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>