[patch] Remove -ffixed-line-length options from c.opt

Brooks Moses brooks.moses@codesourcery.com
Fri Nov 10 02:40:00 GMT 2006


As per my recent "A weirdness in fortran/lang.opt...." thread in the 
fortran@ and gcc@ lists, it seems that the -ffixed-form, 
-ffixed-line-length, and -ffixed-line-length-none options in c.opt are 
vestiges of a time when the gfortran options weren't being properly 
handled, and they currently serve no purpose except to erroneously move 
the documentation of these options in the "cc1 --help" screen from the 
"Fortran" section to the "C" section.

Thus, this patch removes them from c.opt.  (Note that this has no effect 
on Fortran, as they are defined in fortran/lang.opt.)

Tested with "make" and "make check" on i686-pc-linux-gnu.  Ok for trunk?

---------------------------------------------------------------------
2006-10-09  Brooks Moses  <brooks.moses@codesourcery.com>

	* c.opt: Remove -ffixed-form, -ffixed-line-length-none, and
	-ffixed-line-length-* options.

---------------------------------------------------------------------

- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c-opt-fixed.diff
Type: text/x-patch
Size: 370 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20061110/ba745d8b/attachment.bin>


More information about the Gcc-patches mailing list