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/28276] EXPONENT() broken for real constants



------- Comment #3 from tobias dot burnus at physik dot fu-berlin dot de  2006-07-17 17:54 -------
(CC myself)
I see the same problem for real(8) and for real(10) as for real = real(4),
except for
   print *, scale (fraction (a),   exponent (a))   / a
where I get "NaN" with real(10) instead of the correct "1.0", which one gets
for real and real(8).


-- 

tobias dot burnus at physik dot fu-berlin dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobias dot burnus at physik
                   |                            |dot fu-berlin dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28276


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