This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17175] set_exponent breaks with integer*8 exponent
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Aug 2004 17:33:39 -0000
- Subject: [Bug fortran/17175] set_exponent breaks with integer*8 exponent
- References: <20040824203618.17175.dje@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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