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/13201] [gfortran] ICE in trans-types.c


------- Additional Comments From pbrook at gcc dot gnu dot org  2003-11-26 16:53 -------
Minimal testcase: 
 
program test 
  integer, parameter :: zeros(:) = (/ 0, 0 /) 
 
  call mysub (zeros) 
end program 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 16:53:45
               date|                            |


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


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