[Bug libfortran/21083] gfortran -fdefault-integer-8 segmentation fault
--- 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-in
[Bug libfortran/21083] gfortran -fdefault-integer-8 segmentation fault
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-18 03:51 --- Confirmed, related to PR 20970. -- What|Removed |Added BugsThisDependsOn|