This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients jyasskin, lemburg, loewis, pitrou
Date 2010-07-08.21:20:51
SpamBayes Score 3.519532e-05
Marked as misclassified No
Message-id <4C364132.8070806@egenix.com>
In-reply-to <4C363E9A.8090407@egenix.com>
Content
Marc-Andre Lemburg wrote:
> 
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
> 
> Antoine Pitrou wrote:
>>
>> New submission from Antoine Pitrou <pitrou@free.fr>:
>>
>> Now that the option has probably been extensively tested, it would be nice to enable computed gotos by default on systems that support them.
>> Perhaps this needs a dedicated test in the configure script.
> 
> I doubt that it has been tested enough, but enabling it
> for those platform/compiler where we know it works, should be
> fine.

Here's a compiler/platform combination where it should not be used
per default:

gcc 4.4.2 on AMD processors ...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621

The fix will go into gcc 4.5, the report doesn't say whether it was
also backported to 4.4.x.
History
Date User Action Args
2010-07-08 21:20:54lemburgsetrecipients: + lemburg, loewis, pitrou, jyasskin
2010-07-08 21:20:52lemburglinkissue9203 messages
2010-07-08 21:20:52lemburgcreate