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]

Re: Disabling -fsee at -O3


On Sun, 7 May 2006, Mircea Namolaru wrote:
> 2006-05-07  Mircea Namolaru  <namolaru@il.ibm.com>
> 
>         * opts.c (flag_see): remove its setting at -O3.

gcc/doc/invoke.texi still reads:

  @item -fsee
  @opindex fsee
  Eliminates redundant extension instructions and move the non redundant
  ones to optimal placement using LCM.
  Enabled at level @option{-O3}.

Would you mind adjusting this as well (and restore it when/if -fsee
gets enabled at -O3 again)?

Thanks,
Gerald


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