Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizer crash code with pentium4 arch. #5

Open
ydario opened this issue Apr 7, 2014 · 2 comments
Open

Optimizer crash code with pentium4 arch. #5

ydario opened this issue Apr 7, 2014 · 2 comments

Comments

@ydario
Copy link
Collaborator

ydario commented Apr 7, 2014

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
Copy link

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
#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
Copy link

is this still true with python or AOO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants