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 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


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