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 vstinner
Recipients vstinner
Date 2020-12-08.00:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607387059.8.0.6145287773.issue42587@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2020-12-08 00:24:19vstinnersetrecipients: + vstinner
2020-12-08 00:24:19vstinnersetmessageid: <1607387059.8.0.6145287773.issue42587@roundup.psfhosted.org>
2020-12-08 00:24:19vstinnerlinkissue42587 messages
2020-12-08 00:24:19vstinnercreate