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/19654] compilation crashes when variable is too large instead of showing error


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-27 13:41 -------
Confirmed, reduced (and self contained) testcase:
program kk
  implicit none
  integer, parameter :: N=32768, M=N/2-1
  real, dimension(N,N)    :: input
  call random_number(input)
end program kk

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid, ice-
                   |                            |checking, ice-on-invalid-
                   |                            |code
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-27 13:41:15
               date|                            |


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


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