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/32935] [4.3 Regression] internal compiler error: in emit_move_insn, at expr.c:3316



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-07-30 13:57 -------
Here is an even shorter testcase:
program test_gfortran2
 Complex(8) :: g, zh
 Real(8)    :: g_q
 g =   zh - zh/cmplx(0.0_8,-g_q)
end


-- 


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


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