psmedley / gcc

GNU General Public License v2.0
7 stars 1 forks source link

Optimizer crash code with pentium4 arch. #5

Open ydario opened 10 years ago

ydario commented 10 years ago

Building python 2.7 with -O3 -march=pentium4 crashes the build after creating PYEXPAT. -O3 for plain i386 is fine. -O2 -march=pentium4 is fine too.

Also similar issues are present when building AOO connectivity and dbaccess code. In this case, -O0 is required to get working binaries.

SilvanScherrer commented 10 years ago

Just for the record: also with GCC 446 -O3 doesn't always work. We had to add also some -O1 to InJoy

Silvan

On 07.04.14 11:38, ydario wrote:

Building python 2.7 with -O3 -march=pentium4 crashes the build after creating PYEXPAT. -O3 for plain i386 is fine. -O2 -march=pentium4 is fine too.

Also similar issues are present when building AOO connectivity and dbaccess code. In this case, -O0 is required to get working binaries.

— Reply to this email directly or view it on GitHub https://github.com/psmedley/gcc/issues/5.

/Silvan Scherrer AROA Informatik AG Tel. +41 71 243 55 77 Fax +41 71 243 55 70 www.aroa.ch http://www.aroa.ch /

SilvanScherrer commented 9 years ago

is this still true with python or AOO