This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17175] set_exponent breaks with integer*8 exponent


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]