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 on nonconstant PARAMETER variables


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-06-08 22:43 -------
We also need to reject automatic parameter variables, eg. 
subroutine foo(n) 
  integer n 
  integer, parameter :: a(n) = 0 
 
  call bar(a) 
end soubroutine 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[gfortran] ICE in trans-    |[gfortran] ICE on
                   |types.c                     |nonconstant PARAMETER
                   |                            |variables


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]