X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fc99-tgmath-4.c;h=90653260d158671e1c23db04c067091b18e0d024;hp=e9e490bdec70de0b64a18b8160e96951b3ea90e6;hb=a8ccaba0dd37ced7803120592838e9812a841e23;hpb=50388ca3231d2219dd81d1b840dc1581671fe7cf diff --git a/gcc/testsuite/gcc.dg/c99-tgmath-4.c b/gcc/testsuite/gcc.dg/c99-tgmath-4.c index e9e490bdec7..90653260d15 100644 --- a/gcc/testsuite/gcc.dg/c99-tgmath-4.c +++ b/gcc/testsuite/gcc.dg/c99-tgmath-4.c @@ -1,7 +1,9 @@ /* Test for in C99. */ /* Origin: Matt Austern -/* { dg-do compile } */ +/* { dg-do compile { target c99_runtime } } */ /* { dg-options "-std=iso9899:1999" } */ +/* { dg-add-options c99_runtime } */ +/* { dg-skip-if " missing" { alpha*-dec-osf5* } } */ /* Test that invoking type-generic pow on complex float invokes cpowf. */ #include @@ -11,4 +13,4 @@ complex double foo(complex float x, float y) return pow(x, y); } -/* {dg-final {scan-assembler "cpowf" } } */ +/* { dg-final { scan-assembler "cpowf" } } */