This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, 4.2] Remove extraneous -ffixed-form options from c.opt.


I applied the following patch to mainline some time ago, to remove some extraneous Fortran options that somehow made it into c.opt. Ok to apply to 4.2?

-----------------------------------------------------------------------
2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>

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

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

- Brooks
Index: c.opt
===================================================================
--- c.opt	(revision 119204)
+++ c.opt	(working copy)
@@ -515,15 +515,6 @@
 fexternal-templates
 C++ ObjC++
 
-ffixed-form
-C ObjC
-
-ffixed-line-length-none
-C ObjC
-
-ffixed-line-length-
-C ObjC Joined
-
 ffor-scope
 C++ ObjC++
 Scope of for-init-statement variables is local to the loop

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]