[gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread Adam Dunstan
im using gcc 3.2.3 and i was woundering if it was still going to brake every thing if i use -march=pentium4? -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread Nicolas STURMEL
Adam Dunstan wrote: im using gcc 3.2.3 and i was woundering if it was still going to brake every thing if i use -march=pentium4? I use it, and i don't have any problem. i have a celeron 2Ghz ( @ 2,7Ghz :-) ) my flags : CFLAGS=-march=pentium4 -O2 -frename-registers -pipe -fomit-frame-pointer

Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread gabor
On Wed, 2003-08-27 at 12:19, Nicolas STURMEL wrote: Adam Dunstan wrote: im using gcc 3.2.3 and i was woundering if it was still going to brake every thing if i use -march=pentium4? I use it, and i don't have any problem. i have a celeron 2Ghz ( @ 2,7Ghz :-) ) my flags :

Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread Nicolas STURMEL
gabor wrote: On Wed, 2003-08-27 at 12:19, Nicolas STURMEL wrote: Adam Dunstan wrote: im using gcc 3.2.3 and i was woundering if it was still going to brake every thing if i use -march=pentium4? I use it, and i don't have any problem. i have a celeron 2Ghz ( @ 2,7Ghz :-) ) my flags :

Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread gabor
On Wed, 2003-08-27 at 13:34, Nicolas STURMEL wrote: gabor wrote: On Wed, 2003-08-27 at 12:19, Nicolas STURMEL wrote: Adam Dunstan wrote: im using gcc 3.2.3 and i was woundering if it was still going to brake every thing if i use -march=pentium4? I use it, and i don't have any

Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread Nicolas STURMEL
gabor wrote: start this: python -c 'int(10.1); int(1.3); int(1.2)' on a 'normal' computer, it ends without any output. on the miscompiled pentium4 computers it ends with an overflow error. so basically if it ends with overflow error, gcc broke python because of the