[forwarded from http://bugs.debian.org/483584]
The -i8 option doesn't work with .F files, which get run through the C preprocessor. To see the error message, execute this sequence: touch t.F gfortran -c -i8 t.F The resulting error message is: cc1: error: unrecognized command line option "-i8" If the filename is t.f, no error is reported. It seems the fix would be to not pass the -i8 option to the C preprocessor. -- Summary: -i8 doesn't work with .F files Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: debian-gcc at lists dot debian dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38361