[issue877121] configure detects incorrect compiler optimization

2021-09-10 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue877121] configure detects incorrect compiler optimization

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue877121] configure detects incorrect compiler optimization

2013-10-18 Thread koobs
koobs added the comment: This also affects Python 2.7 / 3.1 on FreeBSD 10.x with CC=clang Referencing the PR here: http://www.freebsd.org/cgi/query-pr.cgi?pr=182952 Would like to see the commit backported as well. -- nosy: +koobs ___ Python tracker

[issue877121] configure detects incorrect compiler optimization

2013-05-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The 3.2 change r85656 removes OPT:Olimit, IMO this should not be backported. But 2.7 already has this warning fixed for icc: http://hg.python.org/cpython/rev/e7c96c1d144b/ We should do the same here. What's the correct way to detect Oracle Studio compiler

[issue877121] configure detects incorrect compiler optimization

2013-05-25 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to backport the fix? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue877121] configure detects incorrect compiler optimization

2012-05-28 Thread Cory Zito
Changes by Cory Zito : -- nosy: +CoryZ ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue877121] configure detects incorrect compiler optimization

2011-02-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: Was fixed in r85656 by Martin (in 3.2), but needs backporting. -- assignee: -> loewis nosy: +loewis, pitrou stage: needs patch -> committed/rejected versions: -Python 3.2 ___ Python tracker

[issue877121] configure detects incorrect compiler optimization

2011-02-15 Thread Sébastien Sablé
Sébastien Sablé added the comment: If have the same issue with Oracle Studio 12.2 on Solaris 10 with Python 2.7.1: cc -G -L/livraison/test/sparc-sun-solaris2.10/support/support-2.6.x-py27/lib -L/livraison/test/sparc-sun-solaris2.10/support/support-internal-2.6.x-py27/lib -L/livraison/tes

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread R. David Murray
R. David Murray added the comment: I agree, it is the job of the autotools to handle system portability issues such as this, and thus this can be considered a fixable bug. However, it is the kind of thing that is only going to get fixed if someone whom it affects can propose a patch, since I dou

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread John Levon
John Levon added the comment: Even worse, a nasty hack was added just for Intel's compiler as seen in http://bugs.python.org/issue1162001 -- ___ Python tracker ___

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread John Levon
John Levon added the comment: That's a little abrupt. Whilst it would be nice if the compiler had a correct return value, it occurs with multiple compilers, and I pointed you to a suitable workaround Python could employ. Even if Studio gets fixed, there are previous releases out there for a lo

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: This is a Sun Studio problem not a Python problem. -- nosy: +BreamoreBoy resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread Laszlo (Laca) Peter
Changes by Laszlo (Laca) Peter : -- nosy: +laca ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread John Levon
John Levon added the comment: Yep, this is an annoying misfeature of Sun Studio. There is no way to affect this behaviour. There is a Sun Studio bug filed for this (-errwarn should affect this behaviour, but it doesn't). Here's some example m4 that libvirt uses to check this case properly: AC_

[issue877121] configure detects incorrect compiler optimization

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build type: -> compile error versions: -Python 2.4, Python 2.5 ___ Python tracker ___ ___

[issue877121] configure detects incorrect compiler optimization

2008-09-04 Thread Michael Schmarck
Changes by Michael Schmarck <[EMAIL PROTECTED]>: -- versions: +Python 2.4, Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue877121] configure detects incorrect compiler optimization

2008-09-04 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: This still happens with Python 2.6b3, 3.0b3 and 2.5.2 and Sun Studio 12 on Solaris Sparc. Like mentioned in Issue1162001, the problem seems to be, that cc returns 0 if -OPT:Olimit=0 is used: --($ ~)-- cc -OPT:Olimit=0 test1.c; echo $? cc: