This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/19308] I/O library should support more real and integer kinds
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Sep 2005 17:42:51 -0000
- Subject: [Bug libfortran/19308] I/O library should support more real and integer kinds
- References: <20050107102549.19308.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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