https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531
--- Comment #4 from Andreas Schwab ---
IBM long double does not support non-default rounding.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531
--- Comment #3 from Francois-Xavier Coudert ---
(In reply to Pat Haugen from comment #2)
> pthaugen@genoa:~$ ~/install/gcc/trunk/bin/gcc z.c -lm && ./a.out
> 0.53876586
> 0.333292246827
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531
--- Comment #2 from Pat Haugen ---
(In reply to Francois-Xavier Coudert from comment #1)
> Thanks for the report. So apparently, on powerpc64le-unknown-linux-gnu, long
> double division of 1.0L by 3.0L with rounding mode set to "down" is
> incorr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531
--- Comment #1 from Francois-Xavier Coudert ---
Thanks for the report. So apparently, on powerpc64le-unknown-linux-gnu, long
double division of 1.0L by 3.0L with rounding mode set to "down" is incorrect.
Can you compile and run the following C t