STINNER Victor <vstin...@python.org> added the comment:

> FAIL: test_memoryview_cast (test.test_buffer.TestBufferProtocol)

On AArch64, GCC 11 miscompiles unpack_cmp() of Objects/memoryview.c for the '?' 
case:

    /* boolean */
    case '?': CMP_SINGLE(p, q, _Bool); return equal;

I reported the bug to GCC upstream: 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98190

----------

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

Reply via email to