[Bug fortran/67531] FAIL: gfortran.dg/ieee/large_2.f90 -O0 execution test

2015-09-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67531 --- Comment #4 from Andreas Schwab --- IBM long double does not support non-default rounding.

[Bug fortran/67531] FAIL: gfortran.dg/ieee/large_2.f90 -O0 execution test

2015-09-10 Thread fxcoudert at gcc dot gnu.org
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

[Bug fortran/67531] FAIL: gfortran.dg/ieee/large_2.f90 -O0 execution test

2015-09-10 Thread pthaugen at gcc dot gnu.org
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

[Bug fortran/67531] FAIL: gfortran.dg/ieee/large_2.f90 -O0 execution test

2015-09-10 Thread fxcoudert at gcc dot gnu.org
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