This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32935] [4.3 Regression] internal compiler error: in emit_move_insn, at expr.c:3316
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jul 2007 13:57:52 -0000
- Subject: [Bug fortran/32935] [4.3 Regression] internal compiler error: in emit_move_insn, at expr.c:3316
- References: <bug-32935-14910@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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