From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6598 invoked by alias); 24 Jun 2004 14:17:14 -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 6553 invoked by uid 48); 24 Jun 2004 14:17:08 -0000 Date: Thu, 24 Jun 2004 15:14:00 -0000 Message-ID: <20040624141708.6552.qmail@sourceware.org> From: "tobi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040612100216.15952.schnetter@aei.mpg.de> References: <20040612100216.15952.schnetter@aei.mpg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15952] Please support real*16 X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03035.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2004-06-24 14:17 ------- On the compiler side, you should only have to add the type-specific information to gfc_real_kinds, around line 70 in arith.c. I don't know what needs to be done in the library, though. Stuff like this should be handled after Steve Kargl finishes the rewrite of the internal arithmetic to use target precision arithmetic, PR 15515. -- What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |15515 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15952