Hi, save the following dummy program as gfcbug24.F90 (capital "F"):
program gfcbug24_F90 print *, "Hey, it works now!" end program gfcbug24_F90 Then compile with: % gfortran -C gfcbug24.F90 I get: gfortran: GCC does not support -C or -CC without -E Preprocessing normally works, but the -C options seems to interfere here. -E is certainly not what I want... Cheers, -ha -- Summary: fortran (frontend/driver?) bug: array bound checking conflicts with preprocessing Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: anlauf at hep dot tu-darmstadt dot de CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20138