------- Additional Comments From kargl at gcc dot gnu dot org 2005-09-24 17:42 ------- To add to FX's eplanation, I know libm on at least {Net,Open,Free}BSD do not have a complete set of C99 long double functions (e.g., logl). We need to map logl to log with a note in gfortran.info that the intrinsics for REAL(10) may not span their full domain due to problems with libm. I read through FX's complex cleanup patch and will test it today. I'm hoping that we can get this cleared up this week.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19308