[Bug libfortran/20970] gfortran - bus error -fdefault-integer-8
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Apr 19 14:53:00 GMT 2005
------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-19 14:53 -------
Confirmed on i386-linux.
Same thing happens without -fdefault-integer-8 on:
character(len=6_8) hed, final
data final /'foo'/
data hed /'bar'/
if (hed == final) call abort
end
This happens with all character functions (like gfortran_copy_string, see PR
21083): using an integer(8) variable for the length of a string does not work.
We need a global fix for that.
--
What |Removed |Added
----------------------------------------------------------------------------
GCC host triplet|powerpc-apple-darwin7.8.0 |
Last reconfirmed|2005-04-18 03:51:27 |2005-04-19 14:53:20
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20970
More information about the Gcc-bugs
mailing list