On Sat, 21 Jun 2014, Aurelien Jarno wrote:

> Index: gcc/testsuite/gcc.dg/pr59833.c
> ===================================================================
> --- gcc/testsuite/gcc.dg/pr59833.c    (revision 0)
> +++ gcc/testsuite/gcc.dg/pr59833.c    (working copy)
> @@ -0,0 +1,15 @@
> +/* PR target/59833 */
> +/* { dg-do run } */
> +/* { dg-options "-lm" } */
> +
> +extern int __issignaling (double);

__issignaling is a recent glibc addition, not a standard C library 
function; you can't assume it's available in a test without using a 
suitable effective-target that tests for whether it's available.

I believe linking with -lm is the default in the testsuite so shouldn't 
need specifying explicitly.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to