http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45910
Summary: compiler won't compile Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: lawrencetins...@hotmail.com I tried to install gfortran MinGW build 4.6 in windows xp SP3 on a 32 bit. I installed it in C:\Software\gfortran and followed the instructions on http://gcc.gnu.org/wiki/GFortranBinariesWindows and put the correct directory (my directory) in MyComputer Properties PATH variable. This is what my PATH variable looks like C:\Software\gfortran\libexec\gcc\i586-pc-mingw32\4.6.0;C:\Software\gfortran\bin yes I have put command prompt into the directory of the file, and try to compile a simple "hello world" program with gfortran test.95 -o test.exe the command returns an error of <built-in>:0:0 internal compiler error: Illegal instruction Please submit a full bug report, with preprocessed source if appropriate