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/15031] [gfortran] initialization expressions impose ordering restrictions


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-05-08 16:09 -------
OK, I found the relevant part in the standard:
Section 7.6.1 under initialization expression of the (draft) Fortran 95 standard:
If an initialization expression contains a reference to an inquiry function for
a type parameter or an array bound of an object specified in the same
/specification-part,/ the type parameter or array bound shall be specified in a
prior specification of the /specification-part./ The prior specification may be
to the left of the inquiry function in the same statement.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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