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/16609] ICE with "private": in make_decl_rtl, at varasm.c:758


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-09 16:06 -------
Here's an even shorter testcase:

===============================================
module FOO
    integer, private :: I
    contains
        subroutine BAR
            I=1
        end subroutine BAR
end module FOO
===============================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
            Summary|ICE: in make_decl_rtl, at   |ICE with "private": in
                   |varasm.c:758                |make_decl_rtl, at
                   |                            |varasm.c:758


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


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