------- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-09-20 03:48 
-------
I think this is fixed.  If I increase the size of the parameter I get the
expected error message.

program kk
  implicit none
  integer, parameter :: N=65535, M=N/2-1
  real, dimension(N,N)    :: input
  call random_number(input)
end program kk

[EMAIL PROTECTED] pr19654]$ gfc pr19654.f90
pr19654.f90: In function ‘MAIN__’:
pr19654.f90:4: error: size of variable ‘input’ is too large

I think this is fixed.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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

Reply via email to