From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27953 invoked by alias); 24 Sep 2005 17:42:57 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27912 invoked by uid 48); 24 Sep 2005 17:42:51 -0000 Date: Sat, 24 Sep 2005 17:42:00 -0000 Message-ID: <20050924174251.27910.qmail@sourceware.org> From: "kargl at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050107102549.19308.Thomas.Koenig@online.de> References: <20050107102549.19308.Thomas.Koenig@online.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/19308] I/O library should support more real and integer kinds X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg02930.txt.bz2 List-Id: ------- 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