Subject: Re: PROBLEMS WITH GCC 2.7.2/I386 ON APPLICATIONS
To: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
From: Todd C. Miller <Todd.Miller@cs.colorado.edu>
List: current-users
Date: 04/13/1996 12:57:28
Personally, I turn off the strength reduction unless explicately
asked for (via --with-strength-reduce) like so.  It's a trivial
hack but seems to do what I want...

 - todd

*** toplev.c.DIST	Fri Oct 20 15:56:35 1995
--- toplev.c	Mon Jan 22 17:01:29 1996
***************
*** 3389,3395 ****
        flag_cse_follow_jumps = 1;
        flag_cse_skip_blocks = 1;
        flag_expensive_optimizations = 1;
!       flag_strength_reduce = 1;
        flag_rerun_cse_after_loop = 1;
        flag_caller_saves = 1;
        flag_force_mem = 1;
--- 3389,3395 ----
        flag_cse_follow_jumps = 1;
        flag_cse_skip_blocks = 1;
        flag_expensive_optimizations = 1;
!       /* flag_strength_reduce = 1; */
        flag_rerun_cse_after_loop = 1;
        flag_caller_saves = 1;
        flag_force_mem = 1;