Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Riyad Kalla
Robert keep us updated, this is interesting to me to know the answer as well. Best, -Riyad Robert Young wrote: Spider wrote: begin quote On Fri, 08 Aug 2003 12:39:09 -0400 "Robert Young" <[EMAIL PROTECTED]> wrote: Just a thought I submitted a bug against Mozilla http://bugs.gentoo.org/show_

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Riyad Kalla
that is frustrating... after all that work/time you don't know anymore about what caused the problem :( Robert Young wrote: CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" now work. I guess I need to be running mem check on this computer. Riyad Kalla wrote: Robert keep us updated, t

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Robert Young
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" now work. I guess I need to be running mem check on this computer. Riyad Kalla wrote: > Robert keep us updated, this is interesting to me to know the answer as > well. > > Best, > -Riyad > > Robert Young wrote: > > > > > Spider wrote: > >

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Robert Young
Spider wrote: > begin quote > On Fri, 08 Aug 2003 12:39:09 -0400 > "Robert Young" <[EMAIL PROTECTED]> wrote: > > > Just a thought > > > > I submitted a bug against Mozilla > > http://bugs.gentoo.org/show_bug.cgi?id=26068 > > > > It seems to be because of my CFLAGS > > CFLAGS="-march=pentium3 -O

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-14 Thread Robert Young
  Robert Young wrote: Thomas you reply to is not set correctly so I am replying to my message with you content. "Thomas T. Veldhouse" wrote: > Could be -fomit-frame-pointer Does a P3 and up support debugging even without a frame pointer? Maybe I am not reading this correctly but does this not me

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-10 Thread Robert Young
Thomas you reply to is not set correctly so I am replying to my message with you content. "Thomas T. Veldhouse" wrote: > Could be -fomit-frame-pointer > > ??? Yes it could but if I wanted to eliminate my CFLAGS as being the problem. As far as I know the most stable is -O2 if this doesn't work

Re: [gentoo-user] If is doesn't compile with -O3 -pipe is that not a BUG?

2003-08-10 Thread Robert Young
Riyad Kalla wrote: > Robert keep us updated, this is interesting to me to know the answer as > well. > -O3 -pipe works now trying -march="pentium3 -O3 -pipe -fomit-frame-pointer" maybe I should be running mem check if this succeeds. > > Best, > -Riyad > > Robert Young wrote: > > > > > Sp