[Bug fortran/41053] New: internal compiler error: in emit_swap_insn, at reg-stack.c:827
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 make: *** [util_p.o] Error 1 -- Summary: internal compiler error: in emit_swap_insn, at reg- stack.c:827 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gkandhakumar at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41053
[Bug fortran/41053] internal compiler error: in emit_swap_insn, at reg-stack.c:827
--- 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
[Bug fortran/41053] internal compiler error: in emit_swap_insn, at reg-stack.c:827
--- Comment #9 from gkandhakumar at gmail dot com 2009-08-26 02:05 --- (In reply to comment #6) > I just downloaded CPMD and built it under gfortran 4.4.1 and 4.5.0 (revision > 151047) without trouble. > Could you post the output of "gfortran -v" and indicate your platform. > hi, really thats very nice. did you got all *.O files?!! ok. The following lines are i got from the platform of opensuselinux11.0. gfortran -v Using built-in specs. Target: i586-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=yes --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux Thread model: posix gcc version 4.5.0 20090528 (experimental) [trunk revision 147953] (SUSE Linux) Thanks kandhakumar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41053
[Bug fortran/41053] internal compiler error: in emit_swap_insn, at reg-stack.c:827
--- Comment #10 from gkandhakumar at gmail dot com 2009-08-26 02:09 --- (In reply to comment #4) > You nee to provide all the *.h, *.incnc, and *.inc needed files also. > hi,i cant attach all files in this site. files having more than 1.9Mb. so please tell me what can i have to do to attach the Program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41053