compilation error

Hugo Siles silesalvarado@hotmail.com
Thu Apr 20 01:34:00 GMT 2006


Hello,

I have downloaded the executable gfortran file, the instalation went 
smoothly but when I want to run any program, even the one below I get the 
following error.

C:\Program Files\gfortran>gfortran elemen.f90
<built-in>:0: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

>From what I have seen, it looks like it may be  a hardware problem, I am 
trying to run in a laptop with windows XP, atholon AMD processor.
This is the source code elemen.f90:

PROGRAM elemental
implicit none
Do i=1,10
write(*,*) i
end do
end

I will appreciate any help

Hugo Siles




More information about the Fortran mailing list