Re: Disabling -fsee at -O3

2006-05-15 Thread Mircea Namolaru
> @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 Thanks. I've updated doc/invoke.texi correspondingly. Mircea

Re: Disabling -fsee at -O3

2006-05-13 Thread Gerald Pfeifer
On Sun, 7 May 2006, Mircea Namolaru wrote: > 2006-05-07 Mircea Namolaru <[EMAIL PROTECTED]> > > * 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

Disabling -fsee at -O3

2006-05-07 Thread Mircea Namolaru
Committed according to http://gcc.gnu.org/ml/gcc/2006-05/msg00185.html Mircea 2006-05-07 Mircea Namolaru <[EMAIL PROTECTED]> * opts.c (flag_see): remove its setting at -O3. Index: opts.c === --- opts.c (revision