]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/18452 (Fortran options induces warning for fortran that needs preproces...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Fri, 4 Nov 2005 08:29:16 +0000 (09:29 +0100)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 4 Nov 2005 08:29:16 +0000 (08:29 +0000)
commita67ec6ab99c91c593138358b56dcc160aa09a015
tree4d84eda381e6ccb216977e5d703d88994573c9d3
parent553ff21c96f1206b02864c070af7a0e19934c4c9
re PR fortran/18452 (Fortran options induces warning for fortran that needs preprocessing)

PR fortran/18452

* gcc/fortran/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.

From-SVN: r106483
gcc/ChangeLog
gcc/c-opts.c
gcc/c.opt
gcc/fortran/ChangeLog
gcc/fortran/lang-specs.h
This page took 0.054812 seconds and 5 git commands to generate.