Commit 5751c836 by Janis Johnson Committed by Janis Johnson

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
parent f7fdcdc8
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.
......
/* 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment