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/44742] ICE in gfc_conv_array_initializer



------- Comment #9 from janus at gcc dot gnu dot org  2010-07-05 21:02 -------
Even shorter:

module proc8
  implicit none
  integer, parameter :: N = 256
  logical, dimension(N**2), parameter :: A = .false.
  logical, dimension(N,N), parameter :: B = reshape ( (/ A /), (/ N, N /) )
end module


Note: N=256 is the smallest number for which it fails.


-- 


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


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