1 // { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
3 // Origin: Daniel.Levine@jhuaph.edu
4 // { dg-options "-mieee" { target alpha*-*-* } }
7 #include <testsuite_hooks.h>
11 std::complex<double> z;
13 VERIFY( pow(z, 1.0/3.0) == 0.0 );