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/24706] Accepts non-constant length arrays in derived types



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2006-06-03 15:51 -------
Appears to be fixed on mainline and 4.1:

$ gfortran -c pr25706.f90 
 In file pr25706.f90:4

    integer :: x (n)
                   1
Error: Component 'x' of 'bar' at (1) must have constant array bounds.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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