[Bug fortran/20138] New: fortran (frontend/driver?) bug: array bound checking conflicts with preprocessing

anlauf at hep dot tu-darmstadt dot de gcc-bugzilla@gcc.gnu.org
Tue Feb 22 15:06:00 GMT 2005


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



More information about the Gcc-bugs mailing list