[Bug fortran/53481] New: Allow for gfortran (f951) specs option

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 24 19:57:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53481

             Bug #: 53481
           Summary: Allow for gfortran (f951) specs option
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


Cf. http://gcc.gnu.org/ml/fortran/2012-05/msg00135.html

As far as I know there is no spec f951, and there is no way to use the
specs file to change the options passed to the Fortran compiler.  The
Fortran frontend doesn't use any named specs that you can change; the
specs are compiled into the driver program directly, from the source
file gcc/fortran/lang-specs.h.


Seemingly, "cc1plus" supports spec files, cf. gcc -dumpspecs



More information about the Gcc-bugs mailing list