This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/15324] [gfortran] segfault / ICE with array of assumed length characters


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-05-06 17:09 -------
Another testcase which triggers the same error:
    subroutine Search (List, Key)
      character (len = *), intent(in) :: List(:), Key
      Last = Size(List)
      return
    end
Here SIZE is not called in the function body, so this might have a different fix.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]