[Bug fortran/18883] ICE in gfc_finish_var_decl

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 21 08:45:00 GMT 2005


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



More information about the Gcc-bugs mailing list