summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-11 16:55:00 +0000
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-11 16:55:00 +0000
commit6ed93c8688828c20fe15b1353fef5ed825940ea0 (patch)
treefd13ed3adcc54e00062485c2c8ae542a84448bd1 /gcc
parent67647aed21cfa4c8b2b685dceae37e92cc8bad55 (diff)
downloadppe42-gcc-6ed93c8688828c20fe15b1353fef5ed825940ea0.tar.gz
ppe42-gcc-6ed93c8688828c20fe15b1353fef5ed825940ea0.zip
Revert accidental commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/lang.opt4
-rw-r--r--gcc/fortran/options.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index 598936547f1..ff670d66f2b 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
@@ -97,10 +97,6 @@ fimplicit-none
F95
Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements
-ffixed-line-length-72
-F95 RejectNegative
-Use 72 character line width in fixed mode
-
ffixed-line-length-80
F95 RejectNegative
Use 80 character line width in fixed mode
diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c
index a23773ef839..b0f9a76e5f2 100644
--- a/gcc/fortran/options.c
+++ b/gcc/fortran/options.c
@@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value)
gfc_option.flag_repack_arrays = value;
break;
- case OPT_ffixed_line_length_72:
- gfc_option.fixed_line_length = 72;
- break;
-
case OPT_ffixed_line_length_80:
gfc_option.fixed_line_length = 80;
break;
OpenPOWER on IntegriCloud