------- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-21
08:44 -------
Here's a similar testcase that crashes in the same spot:
======================================
module FOO
contains
function BAR(X)
character(*) :: X
character(len(X)) :: BAR
BAR = 'c'
end function
end
======================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18883