On Wed, 2006-11-08 at 21:25 -0800, Brooks Moses wrote:
> -----------------------------------------------------------------------
> ffixed-line-length-none
> C ObjC
>
> ffixed-line-length-
> C ObjC Joined
> -----------------------------------------------------------------------
>
> Thus, when one runs "cc1 --help" or "f951 --help", these lines of
> documentation show up under the C section, not under the Fortran section.
We should be able to remove them from c.opt now after the patch in 2005:
2005-11-04 Francois-Xavier Coudert <[EMAIL PROTECTED]>
PR fortran/18452
* c.opt: Add a -lang-fortran option.
* 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.
Thanks,
Andrew Pinski