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
> From: "Robert Young" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 08, 2003 11:39 AM > Subject: [gentoo-user] If is doesn't compile with -O3 -pipe is that not > a > BUG? > > > Just a thought > > > > I submitted

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

2003-08-10 Thread Robert Young
now there is no guarantee so I am starting at -O2 and may be looking at several recompiles after that as well. > > > Tom Veldhouse > > - Original Message - > From: "Robert Young" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, Au

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

2003-08-10 Thread Robert Young
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 -O3 -pipe -fomit-frame-pointer" I changed them to CFLAGS="-march=pentium3 -O2 and it seems to be working so far. My question is: Should

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