------- 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

Reply via email to