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/40472] Simplification of spread intrinsic takes a long time



------- Comment #9 from dominiq at lps dot ens dot fr  2009-06-22 09:04 -------
At revision 148777 (but not at r148732), the following code:

  print *, spread(1,dim=1,ncopies=3)
  print *, spread(1,dim=1,ncopies=0)
  end

gives

[ibook-dhum] f90/bug% gfc zero_spread_red.f90
f951: internal compiler error: Segmentation fault

Note that I am not sure the code is valid.


-- 


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


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