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/16861] gfortran compiler segfault


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-03 18:12 -------
Confirmed. Here's a shorter testcase:

=====================================
module FOO
  integer :: I
end module FOO

module BAR
contains
  subroutine BAZ(J)
    use FOO
    integer, dimension(I) :: J
  end subroutine BAZ
end module BAR

subroutine QUUS()
  use FOO
  use BAR
end subroutine QUUS
=====================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-03 18:12:32
               date|                            |


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


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