internal compiler error: in emit_move_insn, at expr.c:3316

Florian Ladstaedter flad@gmx.at
Mon Jul 30 10:37:00 GMT 2007


Hi, using r127057 I get the following internal compiler error:

-----------------------------------------------------------------
  ......f90:865: internal compiler error: in emit_move_insn, at expr.c:3316
-----------------------------------------------------------------


The corresponding program line reads:

-----------------------------------------------------------------
g_znn_o2(:) = g_zh(:,j)/znn_o2m+g_znn_o2(:)-  &
                  (conjg(1/znn_o2l*g_zh(:,j))+    &
                   conjg(-(zh(j)/(znn_o2l*znn_o2l)*cmplx(0.0_Double, 
-g_q(:), Double))))- &
                   zh(j)/(znn_o2m*znn_o2m)*cmplx(0,-g_q(:))
-----------------------------------------------------------------

and line 865 is the last line in this expression.

gfortran 4.2.1 compiles fine.

thanks Florian



More information about the Fortran mailing list