Re: -O2 broke ppp NAT

2003-03-07 Thread Khairil Yusof
On Fri, 2003-03-07 at 01:24, Bruce Cran wrote: On Thu, Mar 06, 2003 at 09:22:06PM +0800, Khairil Yusof wrote: On Thu, 2003-03-06 at 06:00, Nuno Teixeira wrote: For the first time I compile current-p3 - current-p4 with -march=pentium2 -O2 -mmmx -pipe and aparently everything works ok

Re: -O2 broke ppp NAT

2003-03-07 Thread Bernd Walter
On Fri, Mar 07, 2003 at 10:47:17PM +0800, Khairil Yusof wrote: On Fri, 2003-03-07 at 01:24, Bruce Cran wrote: On Thu, Mar 06, 2003 at 09:22:06PM +0800, Khairil Yusof wrote: On Thu, 2003-03-06 at 06:00, Nuno Teixeira wrote: For the first time I compile current-p3 - current-p4 with

Re: -O2 broke ppp NAT

2003-03-06 Thread Khairil Yusof
On Thu, 2003-03-06 at 06:00, Nuno Teixeira wrote: For the first time I compile current-p3 - current-p4 with -march=pentium2 -O2 -mmmx -pipe and aparently everything works ok except ppp -nat. NAT just don't work on my network. All machines are able to ping except ftp, http, etc. I can confirm

Re: -O2 broke ppp NAT

2003-03-06 Thread Bruce Cran
On Thu, Mar 06, 2003 at 09:22:06PM +0800, Khairil Yusof wrote: On Thu, 2003-03-06 at 06:00, Nuno Teixeira wrote: For the first time I compile current-p3 - current-p4 with -march=pentium2 -O2 -mmmx -pipe and aparently everything works ok except ppp -nat. NAT just don't work on my network.

387 FPU code (Was: Re: -O2 broke ppp NAT)

2003-03-06 Thread Andre Guibert de Bruet
On Thu, 6 Mar 2003, Bruce Cran wrote: 387 (FPU) code generation seems to be broken in gcc 3.2.1 when -O2 is used. Would you happen to know if this is still broken in 3.2.2? I can compile applications with no problems when -mfpmath=sse is added so that the 387 unit won't be used, but without

-O2 broke ppp NAT

2003-03-05 Thread Nuno Teixeira
Hello to all, For the first time I compile current-p3 - current-p4 with -march=pentium2 -O2 -mmmx -pipe and aparently everything works ok except ppp -nat. NAT just don't work on my network. All machines are able to ping except ftp, http, etc. I rebuild everything with no CPUTYPE? and CFLAGS and

Re: -O2 broke ppp NAT

2003-03-05 Thread Kris Kennaway
On Wed, Mar 05, 2003 at 10:00:20PM +, Nuno Teixeira wrote: I rebuild everything with no CPUTYPE? and CFLAGS and ppp -nat is working again. I know that this isn't a important issue or bug because there are lots of warnings about gcc optimizations because the system may become unstable.