[issue9852] test_ctypes fail with clang

2010-11-24 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Can you say exactly what arguments are given to clang for this compile? (As you probably know, CPython builds on OS X for python.org installers use gcc, not clang.) -- nosy: +ned.deily ___ Python tracker

[issue9852] test_ctypes fail with clang

2010-11-24 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: No interesting option. But this looks like a clang bug, compiling _ctypes_test.c with -O0 fixes the issue. So this is a compiler optimization bug. -- ___ Python tracker rep...@bugs.python.org

[issue9852] test_ctypes fail with clang

2010-11-24 Thread Ned Deily
Ned Deily n...@acm.org added the comment: OK, then if you care to follow up, I suggest pursuing with the Clang project. -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9852

[issue9852] test_ctypes fail with clang

2010-11-23 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Problem seems to be in _ctypes_test.c . If you compile _ctypes_test.c with gcc problems disappears. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9852

[issue9852] test_ctypes fail with clang

2010-11-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9852 ___ ___ Python-bugs-list mailing list