[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

[issue877121] configure detects incorrect compiler optimization

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877121 ___ ___

[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

[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 rep...@bugs.python.org http://bugs.python.org/issue877121 ___ ___

[issue877121] configure detects incorrect compiler optimization

2012-05-28 Thread Cory Zito
Changes by Cory Zito mtntr...@gmail.com: -- nosy: +CoryZ ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877121 ___ ___ Python-bugs-list mailing

[issue877121] configure detects incorrect compiler optimization

2011-02-15 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net 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

[issue877121] configure detects incorrect compiler optimization

2011-02-15 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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

2010-08-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a Sun Studio problem not a Python problem. -- nosy: +BreamoreBoy resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread John Levon
John Levon movem...@users.sourceforge.net 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

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread John Levon
John Levon movem...@users.sourceforge.net 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 rep...@bugs.python.org http://bugs.python.org/issue877121

[issue877121] configure detects incorrect compiler optimization

2010-08-18 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread John Levon
John Levon movem...@users.sourceforge.net 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

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread Laszlo (Laca) Peter
Changes by Laszlo (Laca) Peter l...@sun.com: -- nosy: +laca ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877121 ___ ___ Python-bugs-list mailing

[issue877121] configure detects incorrect compiler optimization

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build type: - compile error versions: -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877121 ___

[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:

[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] http://bugs.python.org/issue877121 ___