------- Comment #3 from gkandhakumar at gmail dot com 2009-08-20 15:40 ------- Created an attachment (id=18405) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18405&action=view) it is a routine where i got the error
Thanks for considered my problem and sorry for late reply. while running (compiling) the program, it check all routines using the following line gfortran -c -fdefault-real-8 -O2 -fcray-pointer and finally it produce an executable file for that particular routine. This is failed for the routine ./util_p.f. Here util_p.o is an executable file which i expect to produce by the program from the routine ./util_p.f. Now the error is gfortran -c -fdefault-real-8 -O2 -fcray-pointer ./util_p.f -o ./util_p.o ./util_p.f: In function dot_ga: ./util_p.f:204: internal compiler error: in emit_swap_insn, at reg-stack.c:827 Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. make: *** [util_p.o] Error 1 with this i attach the routine which i got the error. If it is not enough please contact me sir. thank you kandhakumar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41053