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]

internal compiler error in `emit_move_insn`,at expr.c:2593


Dear Sir/Madam,

The bug report appears when trying to compile 'Dalton' program in 
parallel with 'mpich', which came included in my 'Linux-SUSE'.

The bug is:

dalton.F:395: Internal compiler error in `emit_move_insn`, at expr.c:2593

that line is:

CALL NODSTR(WORK(IWOFF+!),LMWORK)

gcc -v:
  Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
  gcc version 2.95.2 19991024 (release)


As i'm trying to compile with mpi is included : mpicc -v
(i guess, here are included some of the option given by 
default while installin Linux-SUSE)

  Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
  gcc version 2.95.2 19991024 (release)
  /usr/lib/gcc-lib/i486-suse-linux/2.95.2/collect2 -m elf_i386 -dynamic-linker 
  /lib/ld-linux.so.2  /usr/lib/crt1.o /usr/lib/crti.o 
  /usr/lib/gcc-lib/i486-suse-linux/2.95.2/crtbegin.o -L/usr/lib/mpich/lib 
  -L/usr/lib/gcc-lib/i486-suse-linux/2.95.2 -L/usr/i486-suse-linux/lib -lmpich -lgcc -lc
-lgcc 
  /usr/lib/gcc-lib/i486-suse-linux/2.95.2/crtend.o /usr/lib/crtn.o


The options given when gcc was compiled are the ones given by default 
when installing sLinux-SUSE

  cd abacus ; make all
  make[1]: Entering directory `/home/pfp/pfp/source/test/dalton11/abacus'
  mpif77 -I../include -DVAR_G77 -DSYS_LINUX -DVAR_SIRBIG -DNO_F90 -DVAR_MFDS
  -DVAR_SPLITFILES -D'INSTALL_WRKMEM=10000000' 
  -D'INSTALL_BASDIR="/home/pfp/pfp/source/test/dalton11/basis/"' -DVAR_MPI -O3
-mpentiumpro
  -ffast-math -fexpensive-optimizations -malign-double -funroll-loops 
  -fno-globals -Wno-globals -c dalton.F 
  make[1]: Leaving directory `/home/pfp/pfp/source/test/dalton11/abacus'



 Patricio F. Provasi


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