[moved from gmp-devel]

Richard Biener <rguent...@suse.de> writes:

  For
>
  #include <complex.h>
>
  int main()
  {
    _Complex double x;
    __real x = 3.09126495087690770626068115234375e+8;
    __imag x = -4.045689747817175388336181640625e+8;
    volatile _Complex double y = ctan (x);
    return 0;
  }

If we get a test case somewhat closer to GMP, then it is likely
somebody will look at it.

I expect the maintainers of library called by gcc (mpc?) would be helped
by seeing the actual call to their library.

-- 
Torbjörn
Please encrypt, key id 0xC8601622
_______________________________________________
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to