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/18883] ICE in gfc_finish_var_decl


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


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