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/31610] ICE with transfer, merge in gfc_conv_expr_descriptor



------- Comment #11 from fxcoudert at gcc dot gnu dot org  2007-11-12 00:18 -------
Reduced further:

$ cat m.f90
  logical :: a(1)
  a = .true.
  write(*,*) foo(merge((/ 1 /), 1, a))
end
$ gfortran m.f90
m.f90: In function ?MAIN__?:
m.f90:2: internal compiler error: in gfc_trans_create_temp_array, at
fortran/trans-array.c:592


-- 


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


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