This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13201] [gfortran] ICE in trans-types.c
- From: "schnetter at aei dot mpg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 May 2004 19:03:55 -0000
- Subject: [Bug fortran/13201] [gfortran] ICE in trans-types.c
- References: <20031126160316.13201.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schnetter at aei dot mpg dot de 2004-05-16 19:03 -------
The code in question is, I believe, indeed illegal, because apparently
parameter arrays cannot have a deferred shape. (This is what Intel 8
reports.) Instead, the shape needs to be given explicitly.
In view of this, the error message should be different, because it is
confusing. Parameter arrays can (and must) be initialised.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13201