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/13154] [gfortran] ICE in fortran/trans-types.c:307


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-11-21 22:42 -------
Here's a shorter testcase that triggers the same failure:

=============================
module FOO
  implicit none
  integer I
  common /C/I
contains
  subroutine BAR
  end subroutine BAR
end module FOO
=============================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-21 22:42:19
               date|                            |


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


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