[Bug libfortran/22217] Z edit descriptor with negative numbers

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jun 30 08:30:00 GMT 2005


------- Additional Comments From tkoenig at gcc dot gnu dot org  2005-06-30 08:29 -------
It's probably easiest to have xtoa() and friends extract
the integer for themselves.

If you do this, don't forget to increase the size of buffer[]
so it can hold largest_integer_kind*8+1 characters for binary
representation.

Would it be possible to define a macro GFC_LARGEST_INTEGER_KIND 
in kinds.h?

-- 


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



More information about the Gcc-bugs mailing list