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 ronaldoussoren
Recipients Julian, Nam.Nguyen, Oleg.Plakhotnyuk, Yury.Selivanov, barry, ezio.melotti, gvanrossum, michael.foord, ned.deily, ronaldoussoren, vstinner, xapple
Date 2012-01-12.07:03:52
SpamBayes Score 4.7739327e-06
Marked as misclassified No
Message-id <1326351833.84.0.262544836538.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
Both clang and llvm-gcc had problems, the llvm-gcc problem is still there and is caused by a compiler bug. There is nothing we can do about that beyond warning Apple.

It's also pretty clear that llvm-gcc (and gcc in general) is on the way out as the system compiler on OSX. It's therefore unlikely that the compiler bug we ran into will get fixed.

I'm leaning towards adding code to configure that either tests for this issue and refers to documentation in Mac/README (also to be added) when this bug is found, or just switches to clang instead of gcc as the default compiler when a recent version of Xcode is detected (and 'CC' is not set in the environment).
History
Date User Action Args
2012-01-12 07:03:54ronaldoussorensetrecipients: + ronaldoussoren, gvanrossum, barry, vstinner, ned.deily, ezio.melotti, michael.foord, Yury.Selivanov, Julian, Nam.Nguyen, Oleg.Plakhotnyuk, xapple
2012-01-12 07:03:53ronaldoussorensetmessageid: <1326351833.84.0.262544836538.issue13241@psf.upfronthosting.co.za>
2012-01-12 07:03:53ronaldoussorenlinkissue13241 messages
2012-01-12 07:03:52ronaldoussorencreate