Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13241>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to