------- Comment #9 from pault at gcc dot gnu dot org  2006-09-18 22:25 -------
    integer, allocatable :: x(:)
    integer :: i, j(2)
    allocate (x(kind(i)), stat=i)
    print *, size(x)
    allocate (x(size(j)), stat=j(1))
    print *, size(x)
  end


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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

Reply via email to