This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables
- From: "pbrook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2004 22:43:20 -0000
- Subject: [Bug fortran/13201] [gfortran] ICE on nonconstant PARAMETER variables
- References: <20031126160316.13201.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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