Re: -O2 breaks GCC 3.2.1-compiled code (seems OS specific)

2003-03-11 Thread Doug Barton
You should send this information to the gcc folks. My understanding is that they are interested in solving problems like this. Doug On Mon, 11 Mar 2003, Dan Naumov wrote: Hello list. Since my issues are related to 5.0, I though I'd rather ask here. I've noticed an interesting problem: I am

Re: -O2 breaks GCC 3.2.1-compiled code (seems OS specific)

2003-03-11 Thread John Polstra
In article [EMAIL PROTECTED], Dan Naumov [EMAIL PROTECTED] wrote: Since my issues are related to 5.0, I though I'd rather ask here. I've noticed an interesting problem: I am using FreeBSD 5.0-p4 and GCC 3.2.1 and if I use CPUTYPE=athlon-tbird and CFLAGS= -O2 -mmmx -m3dnow

-O2 breaks GCC 3.2.1-compiled code (seems OS specific)

2003-03-10 Thread Dan Naumov
Hello list. Since my issues are related to 5.0, I though I'd rather ask here. I've noticed an interesting problem: I am using FreeBSD 5.0-p4 and GCC 3.2.1 and if I use CPUTYPE=athlon-tbird and CFLAGS= -O2 -mmmx -m3dnow -fomit-frame-pointer -pipe, ezm3 refuses to compile AT ALL and even though

Re: -O2 breaks GCC 3.2.1-compiled code (seems OS specific)

2003-03-10 Thread Anti
On 11 Mar 2003 03:52:18 +0200 Dan Naumov [EMAIL PROTECTED] wrote: Hello list. Since my issues are related to 5.0, I though I'd rather ask here. I've noticed an interesting problem: I am using FreeBSD 5.0-p4 and GCC 3.2.1 and if I use CPUTYPE=athlon-tbird and CFLAGS= -O2 -mmmx -m3dnow