[Bug libfortran/21083] gfortran -fdefault-integer-8 segmentation fault
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 -------
Exactly the same segfault happens without -fdefault-integer-8 on:
character(len=8_8) a
a = '12345678'
end
Using a integer(8) as length for a string is broken, and that's why
-fdefault-integer-8 doesn't work here. Thus, this bug is a dup of 20970 (though
one is in gfortran_compare_string and the other is in gfortran_copy_string).
*** This bug has been marked as a duplicate of 20970 ***
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
BugsThisDependsOn|20970 |
Status|NEW |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21083
More information about the Gcc-bugs
mailing list