------- Comment #15 from fxcoudert at gcc dot gnu dot org  2005-11-02 21:57 
-------
Subject: Bug 18452

Author: fxcoudert
Date: Wed Nov  2 21:57:35 2005
New Revision: 106402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106402
Log:
        PR fortran/18452
        * lang-specs.h: Pass -lang-fortran to the preprocessor.

        * gcc/c.opt: Add a -lang-fortran option.
        * gcc/c-opts.c: Add a lang_fortran flag.
        (c_common_init_options): Handling the -lang-fortran option.
        (c_common_handle_option): Add a case for Fortran options in
        preprocessing. Remove cases for -ffixed-form and
        -ffixed-line-length. Add a case for -lang-fortran.

Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/c-opts.c
    branches/gcc-4_0-branch/gcc/c.opt
    branches/gcc-4_0-branch/gcc/fortran/ChangeLog
    branches/gcc-4_0-branch/gcc/fortran/lang-specs.h


-- 


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

Reply via email to