From: Brooks Moses Date: Sat, 25 Nov 2006 19:15:29 +0000 (+0000) Subject: c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options. X-Git-Tag: releases/gcc-4.3.0~8284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe7da4a15f047443504a5156ec3e8a7718fd867;p=thirdparty%2Fgcc.git c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options. * c.opt: Remove -ffixed-form, -ffixed-line-length-none, and -ffixed-line-length-* options. From-SVN: r119206 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0019d2179fd..9d6addcb2743 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-25 Brooks Moses + + * c.opt: Remove -ffixed-form, -ffixed-line-length-none, and + -ffixed-line-length-* options. + 2006-11-25 Uros Bizjak config/i386/i386.md (fpremxf4): Rename to fpremxf4_i387. diff --git a/gcc/c.opt b/gcc/c.opt index 6cd179038a66..8582b20d5286 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -515,15 +515,6 @@ C ObjC C++ ObjC++ Joined RejectNegative 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