From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5009 invoked by alias); 26 Aug 2004 17:33:42 -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 4962 invoked by uid 48); 26 Aug 2004 17:33:39 -0000 Date: Thu, 26 Aug 2004 17:33:00 -0000 Message-ID: <20040826173339.4961.qmail@sourceware.org> From: "sgk at troutmask dot apl dot washington dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040824203618.17175.dje@gcc.gnu.org> References: <20040824203618.17175.dje@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/17175] set_exponent breaks with integer*8 exponent X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02787.txt.bz2 List-Id: ------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-08-26 17:33 ------- Tobi, I think you are correct that we should convert integer*8 to integer*4. We probably want to check that the integer*8 value lies between emin and emax for the relevant real kind, then to the conversion. -- steve -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17175