diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-12 17:12:21 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-12 17:12:21 +0000 |
commit | 3f7bb88fb8f0c3240002abab71c03edfd2d608fa (patch) | |
tree | 1e72bb2c22973221ab4c88249a4188493d3fc09b /gcc/f/top.c | |
parent | b2f877e9db26ec43ff364a9ed1b43d2012023222 (diff) | |
download | gcc-3f7bb88fb8f0c3240002abab71c03edfd2d608fa.tar.gz |
* g77.info*: Rebuilt.
* config-lang.in: Don't demand the backend patch.
* com.c (lang_printable_name): Second argument is now an int. Don't
store into the value of the second argument.
* top.c (ffe_decode_option): Temporarily disable setting
of "Toon" loop options until we figure out how to address
them.
Make g77 work with gcc3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/top.c')
-rw-r--r-- | gcc/f/top.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/f/top.c b/gcc/f/top.c index 50d596ec82e..786b01f2f89 100644 --- a/gcc/f/top.c +++ b/gcc/f/top.c @@ -175,9 +175,11 @@ ffe_decode_option (char *opt) { ffe_is_do_internal_checks_ = 0; #if BUILT_FOR_270 /* User must have applied patch (circa 2.7.2 and beyond). */ +#if 0 flag_move_all_movables = 1; flag_reduce_all_givs = 1; flag_rerun_loop_opt = 1; +#endif flag_argument_noalias = 2; #endif } |